summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-26 15:29:04 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-26 15:29:04 +0100
commit573cc28e409d69f4ec9737c6de8f36da5146ef32 (patch)
treec995bcc675db63520cb5e50d7ae89afa8f0e7a18 /setup.py
parent881cf629918fcd2bafcf69878688972f64bc1dff (diff)
downloadhyperkitty-573cc28e409d69f4ec9737c6de8f36da5146ef32.tar.gz
hyperkitty-573cc28e409d69f4ec9737c6de8f36da5146ef32.tar.xz
hyperkitty-573cc28e409d69f4ec9737c6de8f36da5146ef32.zip
Bump version
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 6fae574..b6d8667 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from setuptools import setup, find_packages
setup(
name="HyperKitty",
- version="0.1.1",
+ version="0.1.2",
description="A web interface to access GNU Mailman v3 archives",
long_description=open('README.rst').read(),
author='HyperKitty Developers',