]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.0.26 v1.0.26
authorJaroslav Kysela <perex@perex.cz>
Thu, 6 Sep 2012 07:52:57 +0000 (09:52 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 6 Sep 2012 07:52:57 +0000 (09:52 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

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