]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.0.17 v1.0.17
authorJaroslav Kysela <perex@perex.cz>
Mon, 14 Jul 2008 08:58:00 +0000 (10:58 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 14 Jul 2008 08:58:00 +0000 (10:58 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

index 4c690df30a618718de4b68173d7bdb8bdbf9d34d..36e526c311d0a2021a7e9bad68da4a6f23df0a96 100644 (file)
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PyAlsa
-Version: 1.0.17rc1
+Version: 1.0.17
 Summary: ALSA Python Binding
 Home-page: http://www.alsa-project.org
 Author: The ALSA Team
index a4314c708078994f11cf28b838670a5e677c65f7..3e16853740fab499ef2f30cf39a5c91a48a07dcf 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.17rc1'
+VERSION='1.0.17'
 
 if os.path.exists("version"):
        fp = open("version", "r")