Open development for 0.9

This commit is contained in:
medmunds
2017-02-01 16:09:10 -08:00
parent eb3ce34d26
commit 68c7f6ccf3

View File

@@ -1,3 +1,3 @@
VERSION = (0, 8)
VERSION = (0, 9, 'dev0')
__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"