]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.0.22 v1.0.22
authorJaroslav Kysela <perex@perex.cz>
Wed, 16 Dec 2009 15:18:56 +0000 (16:18 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 16 Dec 2009 15:18:56 +0000 (16:18 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

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