tuna: Change the version number to 0.13.2

Change the version number to 0.13.2

Signed-off-by: John Kacur <jkacur@redhat.com>
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 @@
 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 @@
 nr_cpus = None
 ps = None
 irqs = None
-version = "0.13.1"
+version = "0.13.2"
 
 def usage():
         print(_('Usage: tuna [OPTIONS]'))