Bump version (so readthedocs won't label updated docs as old "0.3.1")

This commit is contained in:
medmunds
2013-03-04 19:10:39 -08:00
parent ea72b2d790
commit 440e32529e

View File

@@ -1,3 +1,3 @@
VERSION = (0, 3, 1) VERSION = (0, 3, 9)
__version__ = '.'.join([str(x) for x in VERSION]) __version__ = '.'.join([str(x) for x in VERSION])
__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"