From c8a485f9ebb0750fd53bd87d8a2139a1188e4ef7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 6 May 2009 09:07:28 +0200 Subject: [PATCH] Release v1.0.20 Signed-off-by: Jaroslav Kysela --- PKG-INFO | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") -- 2.47.1