diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-10 16:59:47 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-10 17:00:16 +0100 |
| commit | 7dfc2ec9317f2c7705ae11ac589226a40812f96f (patch) | |
| tree | 3b7daa58149678e390617962a27a5cd761146c25 | |
| parent | 7f8577ac5b92abea2c7a2210e049c4715b0b275e (diff) | |
| download | kittystore-7dfc2ec9317f2c7705ae11ac589226a40812f96f.tar.gz kittystore-7dfc2ec9317f2c7705ae11ac589226a40812f96f.tar.xz kittystore-7dfc2ec9317f2c7705ae11ac589226a40812f96f.zip | |
Bump version
| -rw-r--r-- | kittystore.spec | 4 | ||||
| -rwxr-xr-x | setup.py | 2 |
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 @@ -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', |
