Bump master version

This commit is contained in:
medmunds
2013-04-17 16:13:23 -07:00
parent c3da043260
commit be9b2b8e7c
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (0, 5, 0, 'dev1') # Remove the 'dev1' component in release branches
VERSION = (0, 6, 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"