diff options
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index a32ece3..d825ffc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ copyright = u'2012, HyperKitty Developers' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.2' +release = '0.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -8,7 +8,7 @@ from setuptools import setup, find_packages setup( name="HyperKitty", - version="0.1.2", + version="0.1.3", description="A web interface to access GNU Mailman v3 archives", long_description=open('README.rst').read(), author='HyperKitty Developers', |
