]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.0.25 v1.0.25
authorJaroslav Kysela <perex@perex.cz>
Wed, 25 Jan 2012 07:57:13 +0000 (08:57 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 25 Jan 2012 07:57:13 +0000 (08:57 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

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