From 60cf70640ee429c0c0b5b47523bda604df93379d Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Wed, 1 Mar 2023 00:50:54 +0200 Subject: [PATCH] setup.py: set version to 1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c44fde..18c2a56 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.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.