From: Jaroslav Kysela Date: Tue, 3 Jun 2008 07:23:24 +0000 (+0200) Subject: Release v1.0.17rc1 X-Git-Tag: v1.0.17rc1^0 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3f30f9d365e2c7c8f1f9c03de6d0a88bbf71848c;p=alsa-python.git Release v1.0.17rc1 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index 68e8105..4c690df 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.16 +Version: 1.0.17rc1 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index bf92150..a4314c7 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os import sys from distutils.core import setup, Extension -VERSION='1.0.16' +VERSION='1.0.17rc1' if os.path.exists("version"): fp = open("version", "r")