readthedocs can't read the version using autotools, so back to _version.py specifying it

This commit is contained in:
Christopher Allan Webber 2015-06-03 10:36:33 -05:00
parent e82c7edee5
commit bc84e1882a

View File

@ -23,4 +23,4 @@
# see http://www.python.org/dev/peps/pep-0386/
__version__ = "@PACKAGE_VERSION@"
__version__ = "0.8.0.dev"