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 22977b3 commit 736b3a5Copy full SHA for 736b3a5
CHANGES
@@ -1,4 +1,4 @@
1
-0.1 (unreleased)
+0.1 (2013-09-19)
2
----------------
3
4
- Initial release. Includes features!
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.1.dev'
+VERSION = '0.1'
43
44
# Indicates if this version is a release version
45
RELEASE = 'dev' not in VERSION
0 commit comments