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 f339b6e commit c5a7aabCopy full SHA for c5a7aab
setup.py
@@ -39,7 +39,7 @@
39
LICENSE = 'BSD'
40
41
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
42
-VERSION = '0.0.dev'
+VERSION = '0.1.0'
43
44
# Indicates if this version is a release version
45
RELEASE = 'dev' not in VERSION
0 commit comments