]> git.alsa-project.org Git - alsa-python.git/commitdiff
release 1.0.16 v1.0.16
authorJaroslav Kysela <perex@perex.cz>
Wed, 6 Feb 2008 07:44:51 +0000 (08:44 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 6 Feb 2008 07:44:51 +0000 (08:44 +0100)
Patch-level: Merged

PKG-INFO
setup.py

index 41f1b1807f7826fdca353edb88ebbc7d491f1608..68e81053df92f45be11f79056aa9067127fa22fd 100644 (file)
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PyAlsa
-Version: 1.0.16rc2
+Version: 1.0.16
 Summary: ALSA Python Binding
 Home-page: http://www.alsa-project.org
 Author: The ALSA Team
index 246d074d6037c97004274559c14a179f3bc63510..bf92150bb996f4562ef58840b86b3231cd7e43c9 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.16rc2'
+VERSION='1.0.16'
 
 if os.path.exists("version"):
        fp = open("version", "r")