From: Jaroslav Kysela Date: Mon, 6 Dec 2021 10:12:31 +0000 (+0100) Subject: Release v1.2.6 X-Git-Tag: v1.2.6^0 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6919608781a273decd1937accf36c79ab4ae1f0e;p=alsa-python.git Release v1.2.6 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index fb87d38..dc4e4bd 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.1.6 +Version: 1.2.6 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index 448dd68..bcb4ec7 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ try: except ImportError: from distutils.core import setup, Extension -VERSION='1.1.6' +VERSION='1.2.6' if os.path.exists("version"): fp = open("version", "r")