0.10.1

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 296255a..636263b 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.10
+Version: 0.10.1
 Release: 1%{?dist}
 License: GPLv2
 Summary: Application tuning GUI & command line utility
@@ -87,7 +87,10 @@
 %doc docs/oscilloscope+tuna.pdf
 
 %changelog
-* Wed Feb 23 2011 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10
+* Wed Feb 23 2011 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10.1-1
+- New upstream release
+
+* Wed Feb 23 2011 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10-1
 - New upstream release
 
 * Mon May 17 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9.3-1
diff --git a/setup.py b/setup.py
index 5de0fc6..efade9f 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.10",
+      version = "0.10.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 108f030..aafd2e4 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -37,7 +37,7 @@
 nr_cpus = None
 ps = None
 irqs = None
-version = "0.10"
+version = "0.10.1"
 
 def usage():
 	print _('Usage: tuna [OPTIONS]')