From 9e5eff9773892ca18b12643695aab0e7c79b2688 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 14 Jul 2008 10:58:00 +0200 Subject: [PATCH] Release v1.0.17 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 4c690df..36e526c 100644 --- 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 diff --git a/setup.py b/setup.py index a4314c7..3e16853 100755 --- 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") -- 2.47.1