From: Jaroslav Kysela Date: Thu, 26 Feb 2015 12:36:18 +0000 (+0100) Subject: Release v1.0.29 X-Git-Tag: v1.0.29^0 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7f3cf74c1ac5dd566160e7e2cc75b21924fde133;p=alsa-python.git Release v1.0.29 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index f44c630..e7e57c3 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.26 +Version: 1.0.29 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index 8069b0a..925d4eb 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ try: except ImportError: from distutils.core import setup, Extension -VERSION='1.0.26' +VERSION='1.0.29' if os.path.exists("version"): fp = open("version", "r")