We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8bb3c commit 24a4c67Copy full SHA for 24a4c67
setup.py
@@ -1,6 +1,6 @@
1
VERSION_MAJOR = 1
2
VERSION_MINOR = 0
3
-VERSION_PATCH = 3
+VERSION_PATCH = 4
4
VERSION_STRING = '%s.%s.%s' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
5
__version__ = VERSION_STRING
6
0 commit comments