From 3f30f9d365e2c7c8f1f9c03de6d0a88bbf71848c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 3 Jun 2008 09:23:24 +0200 Subject: [PATCH] Release v1.0.17rc1 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 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") -- 2.47.1