v0.4 released to PyPI; bump master version

This commit is contained in:
medmunds
2013-03-06 11:38:54 -08:00
parent 1d250d970d
commit 7484a39108

View File

@@ -1,3 +1,3 @@
VERSION = (0, 4, 0, 'dev1') # Remove the 'dev1' component in release branches
VERSION = (0, 5, 0, 'dev1') # Remove the 'dev1' component in release branches
__version__ = '.'.join([str(x) for x in VERSION])
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"