release 0.1

This commit is contained in:
medmunds
2016-03-14 13:50:51 -07:00
parent 1a1e5ba1a8
commit 1c474e5c40

View File

@@ -1,3 +1,3 @@
VERSION = (0, 1, 'dev2') # Remove the 'dev' component in release branches
VERSION = (0, 1)
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"