From: Jaroslav Kysela Date: Tue, 29 Jan 2008 08:30:58 +0000 (+0100) Subject: release 1.0.16rc2 X-Git-Tag: v1.0.16rc2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d7eb41eb159e1deda94b58f0174a65a90b039623;p=alsa-python.git release 1.0.16rc2 Patch-level: Merged --- diff --git a/PKG-INFO b/PKG-INFO index 9b0d62b..41f1b18 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.16rc1 +Version: 1.0.16rc2 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index 92996a5..246d074 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os import sys from distutils.core import setup, Extension -VERSION='1.0.16rc1' +VERSION='1.0.16rc2' if os.path.exists("version"): fp = open("version", "r")