From: Jaroslav Kysela Date: Wed, 6 May 2009 07:07:28 +0000 (+0200) Subject: Release v1.0.20 X-Git-Tag: v1.0.20^0 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c8a485f9ebb0750fd53bd87d8a2139a1188e4ef7;p=alsa-python.git Release v1.0.20 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index 36e526c..48a526e 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.17 +Version: 1.0.20 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index 3e16853..fa7f2d6 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os import sys from distutils.core import setup, Extension -VERSION='1.0.17' +VERSION='1.0.20' if os.path.exists("version"): fp = open("version", "r")