summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-23 14:45:51 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-23 14:45:51 +0100
commit653b3a6c0df60938189d2fb05d78c4671c74777e (patch)
tree258e75d4530e260eedc6fb5c44d5c9bd72f88da3
parent13db2db0d205f66f3efb1796159a27f34d33905a (diff)
downloadkittystore-653b3a6c0df60938189d2fb05d78c4671c74777e.tar.gz
kittystore-653b3a6c0df60938189d2fb05d78c4671c74777e.tar.xz
kittystore-653b3a6c0df60938189d2fb05d78c4671c74777e.zip
Bump version
-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',