summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-05-18 19:47:13 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-05-18 19:47:13 +0200
commita58a357e9c011e9c7a32e9aa57687dd77a87819b (patch)
treefceb998f45f5b397314b48f76e1e9430772666ec /setup.py
parent46d85ed650bee5499c7431c684ab34ffc44d3093 (diff)
downloadhyperkitty-a58a357e9c011e9c7a32e9aa57687dd77a87819b.tar.gz
hyperkitty-a58a357e9c011e9c7a32e9aa57687dd77a87819b.tar.xz
hyperkitty-a58a357e9c011e9c7a32e9aa57687dd77a87819b.zip
Bump versions
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b5df523..6680d01 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from setuptools import setup, find_packages
setup(
name="HyperKitty",
- version="0.1.5",
+ version="0.1.6",
description="A web interface to access GNU Mailman v3 archives",
long_description=open('README.rst').read(),
author='HyperKitty Developers',