rpm: Release 0.13.1

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