]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.1.6 v1.1.6
authorJaroslav Kysela <perex@perex.cz>
Tue, 3 Apr 2018 07:01:38 +0000 (09:01 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 3 Apr 2018 16:45:38 +0000 (18:45 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

index e7e57c3fe21e9d642b3f78f8dfdca901ad2dc390..fb87d380e122932f45e1c40b7d4f4f09cd79a9ca 100644 (file)
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PyAlsa
-Version: 1.0.29
+Version: 1.1.6
 Summary: ALSA Python Binding
 Home-page: http://www.alsa-project.org
 Author: The ALSA Team
index 51f2507eff8cfb357d04a02819255512cf174bac..448dd689a654969c0b88d04acfafff00ed3bcac3 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ try:
 except ImportError:
   from distutils.core import setup, Extension
 
-VERSION='1.0.29'
+VERSION='1.1.6'
 
 if os.path.exists("version"):
   fp = open("version", "r")