summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-12-10 16:59:47 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-12-10 17:00:16 +0100
commit7dfc2ec9317f2c7705ae11ac589226a40812f96f (patch)
tree3b7daa58149678e390617962a27a5cd761146c25
parent7f8577ac5b92abea2c7a2210e049c4715b0b275e (diff)
downloadkittystore-7dfc2ec9317f2c7705ae11ac589226a40812f96f.tar.gz
kittystore-7dfc2ec9317f2c7705ae11ac589226a40812f96f.tar.xz
kittystore-7dfc2ec9317f2c7705ae11ac589226a40812f96f.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 eb7981b..56383f4 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.3
-Release: 1%{?dist}
+Version: 0.1.4
+Release: 0.1%{?dist}
Summary: A storage engine for GNU Mailman v3 archives
License: GPLv3
diff --git a/setup.py b/setup.py
index 5eef388..1c30483 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def filetolist(filepath):
setup(
name="KittyStore",
- version="0.1.3",
+ version="0.1.4",
description="A storage engine for GNU Mailman v3 archives",
long_description=open('README.rst').read(),
author='HyperKitty Developers',