diff options
-rw-r--r-- | docs/source/conf.py | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index a2c6fcf..d9f58f7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,9 @@ copyright = u'2010, Jonathan LaCour' # built documents. # # The short X.Y version. -version = '0.2a' +version = '0.2.0a' # The full version, including alpha/beta/rc tags. -release = '0.2a' +release = '0.2.0a' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -2,7 +2,7 @@ import sys from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -version = '0.2a' +version = '0.2.0a' # # determine requirements |