From: Jaroslav Kysela Date: Mon, 31 Aug 2009 13:09:42 +0000 (+0200) Subject: Release v1.0.21 X-Git-Tag: v1.0.21^0 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a3f0d13905976916e8f38bee8c987804fbcf8b43;p=alsa-python.git Release v1.0.21 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index 48a526e..8806b5a 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.20 +Version: 1.0.21 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index b9aad00..a88349f 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ try: except ImportError: from distutils.core import setup, Extension -VERSION='1.0.20' +VERSION='1.0.21' if os.path.exists("version"): fp = open("version", "r")