From: Jaroslav Kysela Date: Wed, 16 Dec 2009 15:18:56 +0000 (+0100) Subject: Release v1.0.22 X-Git-Tag: v1.0.22^0 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=86cde07b10a07290981145181f78eeb269ed5730;p=alsa-python.git Release v1.0.22 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index 8806b5a..067b7ba 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.21 +Version: 1.0.22 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index a88349f..539477b 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ try: except ImportError: from distutils.core import setup, Extension -VERSION='1.0.21' +VERSION='1.0.22' if os.path.exists("version"): fp = open("version", "r")