From: Jaroslav Kysela Date: Wed, 6 Feb 2008 07:44:51 +0000 (+0100) Subject: release 1.0.16 X-Git-Tag: v1.0.16 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=13ff582fe0140fa8270bf006d9a2756a6914b724;p=alsa-python.git release 1.0.16 Patch-level: Merged --- diff --git a/PKG-INFO b/PKG-INFO index 41f1b18..68e8105 100644 --- 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 diff --git a/setup.py b/setup.py index 246d074..bf92150 100755 --- 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")