From 44aa4e60d64dc370ad381eec85d17f8235c190ac Mon Sep 17 00:00:00 2001 From: Petr Oros Date: Fri, 19 Apr 2013 08:20:21 +0200 Subject: rpm: Release 0.11 Signed-off-by: Petr Oros Signed-off-by: Arnaldo Carvalho de Melo --- rpm/SPECS/tuna.spec | 2 +- setup.py | 2 +- tuna-cmd.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec index 109685f..e0b8b8b 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.4 +Version: 0.11 Release: 1%{?dist} License: GPLv2 Summary: Application tuning GUI & command line utility diff --git a/setup.py b/setup.py index 953e9e8..b03e6b9 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.10.4", + version = "0.11", 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 bf54d56..2a7a13b 100755 --- a/tuna-cmd.py +++ b/tuna-cmd.py @@ -37,7 +37,7 @@ except NameError: nr_cpus = None ps = None irqs = None -version = "0.10.4" +version = "0.11" def usage(): print _('Usage: tuna [OPTIONS]') -- cgit 1.2.3-korg