]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.0.21 v1.0.21
authorJaroslav Kysela <perex@perex.cz>
Mon, 31 Aug 2009 13:09:42 +0000 (15:09 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 31 Aug 2009 13:09:42 +0000 (15:09 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

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