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