From: Jaroslav Kysela Date: Thu, 6 Sep 2012 07:52:57 +0000 (+0200) Subject: Release v1.0.26 X-Git-Tag: v1.0.26 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8eb9e821b8f99f0a9f4796aebac6e5cf237f6162;p=alsa-python.git Release v1.0.26 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index 99cfcb0..f44c630 100644 --- 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 diff --git a/setup.py b/setup.py index 5197ce1..7193d40 100755 --- 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")