From: Jaroslav Kysela Date: Wed, 25 Jan 2012 07:57:13 +0000 (+0100) Subject: Release v1.0.25 X-Git-Tag: v1.0.25^0 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8b242e694a4bfdf5f464f9a285d47d36a4b97b19;p=alsa-python.git Release v1.0.25 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index 040e605..99cfcb0 100644 --- 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 diff --git a/setup.py b/setup.py index 3a49e8a..5197ce1 100755 --- 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")