From 2b3f5356ac5a79bcb5184498e49f3d6ea3943f14 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Fri, 18 May 2012 18:04:06 +0200 Subject: [PATCH] Prepare for release. --- laditools/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/laditools/__init__.py b/laditools/__init__.py index 6a77c15..81df03e 100644 --- a/laditools/__init__.py +++ b/laditools/__init__.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = (1, 0) +__version__ = (1, 0, 1) _gettext_domain = 'laditools' get_version_string = lambda: '.'.join((str(comp)) for comp in __version__) diff --git a/setup.py b/setup.py index dc1f7d0..82ed1e7 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ from distutils.core import setup from distutils.command.clean import clean from DistUtilsExtra.command import * -laditools_version = "1.0" +laditools_version = "1.0.1" get_commit_script = "gitcommit.sh" pkg_short_desc = "Linux Audio Desktop Integration Tools" pkg_long_desc = """LADITools is a set of tools aiming to achieve the goals of the LADI project to improve desktop integration and user workflow of Linux audio system based on JACK and ladish. Those tools take advantage of the D-Bus interfaces recently added to JACK and ladish to ease the configuration and use of those two great softwares. -- 2.11.4.GIT