Bump master to 0.7dev

This commit is contained in:
medmunds
2013-06-15 15:51:11 -07:00
parent 1966de2cad
commit 8b0e475125
2 changed files with 6 additions and 2 deletions

View File

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