We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25a66f commit 82e6eb0Copy full SHA for 82e6eb0
CHANGES.rst
@@ -1,8 +1,13 @@
1
CHANGES
2
^^^^^^^
3
4
+0.10.1 (2018-05-07)
5
+-------------------
6
+
7
+- Fix project description rendering on pypi
8
9
0.10.0 (2018-05-06)
-------------------
10
11
12
- This release significantly improves performance
13
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = '0.9.2'
+version = '0.10.1'
setup(
0 commit comments