]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.0.24 v1.0.24
authorJaroslav Kysela <perex@perex.cz>
Wed, 26 Jan 2011 11:05:01 +0000 (12:05 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 26 Jan 2011 11:05:01 +0000 (12:05 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

index 067b7ba962fed52499ba16062edcb8dc9c782947..040e6054793a6336fa449f10c51b0dda172bc234 100644 (file)
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PyAlsa
-Version: 1.0.22
+Version: 1.0.24
 Summary: ALSA Python Binding
 Home-page: http://www.alsa-project.org
 Author: The ALSA Team
index 539477bbaed9c2dfe34c19f00b650ea5c4ac2bff..3a49e8ae4dc9791f2d89ec780baec43ae8b43c47 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ try:
 except ImportError:
        from distutils.core import setup, Extension
 
-VERSION='1.0.22'
+VERSION='1.0.24'
 
 if os.path.exists("version"):
        fp = open("version", "r")