summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2018-05-09 10:28:13 +0100
committerJohn Kacur <jkacur@redhat.com>2018-05-09 10:28:13 +0100
commitb01fefae561406756557a02a734a5de82c49d0ba (patch)
treef2648bc798811f75127db08dcf2937b806c16d14
parent93704b06840bf334306dce102dabc996b7ea77f4 (diff)
downloadtuna-b01fefae561406756557a02a734a5de82c49d0ba.tar.gz
tuna: Change the version number to 0.13.2v0.13.2
Change the version number to 0.13.2 Signed-off-by: John Kacur <jkacur@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 e07e996..fc00b53 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.1
+Version: 0.13.2
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
diff --git a/setup.py b/setup.py
index 3560879..ddece82 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.1",
+ version = "0.13.2",
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 b494b26..04040a9 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -38,7 +38,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.13.1"
+version = "0.13.2"
def usage():
print(_('Usage: tuna [OPTIONS]'))