Bump to 0.1.dev1

This commit is contained in:
medmunds
2016-03-09 20:33:01 -08:00
parent b6bbdf4791
commit 1e1a66ae44

View File

@@ -1,3 +1,3 @@
VERSION = (0, 1, 'dev0') # Remove the 'dev' component in release branches VERSION = (0, 1, 'dev1') # Remove the 'dev' component in release branches
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN __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" __minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"