We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584ff0e commit 2c3db06Copy full SHA for 2c3db06
doc/conf.py
@@ -58,7 +58,7 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = '1.0.1'
+version = '1.0.2'
62
# The full version, including alpha/beta/rc tags.
63
release = version
64
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup, find_packages
4
5
-VERSION = "1.0.1"
+VERSION = "1.0.2"
6
DESCRIPTION = open("README.md").read()
7
8
setup(
0 commit comments