]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.2.6 v1.2.6
authorJaroslav Kysela <perex@perex.cz>
Mon, 6 Dec 2021 10:12:31 +0000 (11:12 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 6 Dec 2021 10:12:31 +0000 (11:12 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

index fb87d380e122932f45e1c40b7d4f4f09cd79a9ca..dc4e4bd1fd43625e3351183f2e9ae2ff7c471ca6 100644 (file)
--- 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
index 448dd689a654969c0b88d04acfafff00ed3bcac3..bcb4ec733e53aae3681f11adda703d730c3e8209 100755 (executable)
--- 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")