summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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 5cb32b0..b5df523 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from setuptools import setup, find_packages
setup(
name="HyperKitty",
- version="0.1.4",
+ version="0.1.5",
description="A web interface to access GNU Mailman v3 archives",
long_description=open('README.rst').read(),
author='HyperKitty Developers',