summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2016-05-24 15:45:56 +0200
committerJiri Kastner <jkastner@redhat.com>2016-05-24 15:45:56 +0200
commitafdfe1b90f9bc9c94b6fccd9a8143c787a62ba11 (patch)
treef6b399107af1ab9052fcae04f0fb93fc2448705c
parent6cfb861b9c7188901ac629eb012f1085f49049b5 (diff)
downloadtuna-afdfe1b90f9bc9c94b6fccd9a8143c787a62ba11.tar.gz
rpm: Release 0.13v0.13
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 3003af6..21dce71 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.12
+Version: 0.13
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
diff --git a/setup.py b/setup.py
index a8c1178..d7618f0 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.12",
+ version = "0.13",
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 270e769..ae4f78a 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -37,7 +37,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.12"
+version = "0.13"
def usage():
print _('Usage: tuna [OPTIONS]')