]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.0.29 v1.0.29
authorJaroslav Kysela <perex@perex.cz>
Thu, 26 Feb 2015 12:36:18 +0000 (13:36 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 26 Feb 2015 12:36:18 +0000 (13:36 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

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