From bf6913d8c550cd16607b32d061faa3c186645d86 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 26 Feb 2007 09:22:50 +0100 Subject: [PATCH] release 1.0.14rc3 Patch-level: Merged --- PKG-INFO | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/PKG-INFO b/PKG-INFO index c8950fa..7ac7777 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.14rc2 +Version: 1.0.14rc3 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 6006b36..8c56ce1 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.core import setup, Extension setup( name='pyalsa', - version='0.1', + version='1.0.14rc3', author="The ALSA Team", author_email='alsa-devel@alsa-project.org', ext_modules=[ -- 2.47.3