setup.py: set version to 1.1

This commit is contained in:
Nedko Arnaudov 2023-03-01 00:50:54 +02:00
parent 8d741e566e
commit 60cf70640e
1 changed files with 1 additions and 1 deletions

View File

@ -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.