From 59d306b04fb09b14a24cb7c4265339af6f275e3d Mon Sep 17 00:00:00 2001 From: Jiri Kastner Date: Fri, 23 May 2014 10:55:52 +0200 Subject: rpm: Release 0.12 --- 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 105a4ee..97d14f7 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.11.1 +Version: 0.12 Release: 1%{?dist} License: GPLv2 Summary: Application tuning GUI & command line utility diff --git a/setup.py b/setup.py index 3a615da..a8c1178 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.11.1", + version = "0.12", 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 5dcc181..cc21656 100755 --- a/tuna-cmd.py +++ b/tuna-cmd.py @@ -37,7 +37,7 @@ except NameError: nr_cpus = None ps = None irqs = None -version = "0.11.1" +version = "0.12" def usage(): print _('Usage: tuna [OPTIONS]') -- cgit 1.2.3-korg