summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2016-05-31 21:45:03 +0200
committerJiri Kastner <jkastner@redhat.com>2016-05-31 21:45:03 +0200
commit806115c2bdf3cb13847c268a22ad1813c25dda54 (patch)
treee1a82bffab5a7a205ebbc06a1410a3062bbd2983
parent497edd23d124f9a0ef33e833c4ecae3a00ca26b5 (diff)
downloadtuna-806115c2bdf3cb13847c268a22ad1813c25dda54.tar.gz
rpm: Release 0.13.1v0.13.1
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--rpm/SPECS/tuna.spec2
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 21dce71..e07e996 100644
--- a/rpm/SPECS/tuna.spec
+++ b/rpm/SPECS/tuna.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: tuna
-Version: 0.13
+Version: 0.13.1
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
diff --git a/setup.py b/setup.py
index d7618f0..6a415d1 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if isfile("MANIFEST"):
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
setup(name="tuna",
- version = "0.13",
+ version = "0.13.1",
description = "Application tuning GUI",
author = "Arnaldo Carvalho de Melo",
author_email = "acme@redhat.com",
diff --git a/tuna-cmd.py b/tuna-cmd.py
index 164fbfc..39666c7 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -37,7 +37,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.13"
+version = "0.13.1"
def usage():
print _('Usage: tuna [OPTIONS]')