summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kittystore.spec4
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/kittystore.spec b/kittystore.spec
index d1107aa..45325da 100644
--- a/kittystore.spec
+++ b/kittystore.spec
@@ -2,8 +2,8 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: kittystore
-Version: 0.1.4
-Release: 1%{?dist}
+Version: 0.1.5
+Release: 0.1%{?dist}
Summary: A storage engine for GNU Mailman v3 archives
License: GPLv3
diff --git a/setup.py b/setup.py
index 1c30483..591c6eb 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def filetolist(filepath):
setup(
name="KittyStore",
- version="0.1.4",
+ version="0.1.5",
description="A storage engine for GNU Mailman v3 archives",
long_description=open('README.rst').read(),
author='HyperKitty Developers',