From 653b3a6c0df60938189d2fb05d78c4671c74777e Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Sat, 23 Feb 2013 14:45:51 +0100 Subject: Bump version --- kittystore.spec | 4 ++-- setup.py | 2 +- 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', -- cgit