From: Jaroslav Kysela Date: Tue, 31 May 2022 14:25:37 +0000 (+0200) Subject: Release v1.2.7 X-Git-Tag: v1.2.7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=00dd8b1029bec39f7b8153d793630e650d477eb5;p=alsa-python.git Release v1.2.7 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index dc4e4bd..3a0789b 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.2.6 +Version: 1.2.7 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index bcb4ec7..65f3276 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ try: except ImportError: from distutils.core import setup, Extension -VERSION='1.2.6' +VERSION='1.2.7' if os.path.exists("version"): fp = open("version", "r")