]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.0.17rc1 v1.0.17rc1
authorJaroslav Kysela <perex@perex.cz>
Tue, 3 Jun 2008 07:23:24 +0000 (09:23 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 3 Jun 2008 07:23:24 +0000 (09:23 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

index 68e81053df92f45be11f79056aa9067127fa22fd..4c690df30a618718de4b68173d7bdb8bdbf9d34d 100644 (file)
--- 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
index bf92150bb996f4562ef58840b86b3231cd7e43c9..a4314c708078994f11cf28b838670a5e677c65f7 100755 (executable)
--- 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")