]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.2.7 v1.2.7
authorJaroslav Kysela <perex@perex.cz>
Tue, 31 May 2022 14:25:37 +0000 (16:25 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 31 May 2022 14:25:37 +0000 (16:25 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

index dc4e4bd1fd43625e3351183f2e9ae2ff7c471ca6..3a0789bc2f3d21336217d347f9e5010db48b5062 100644 (file)
--- 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
index bcb4ec733e53aae3681f11adda703d730c3e8209..65f32762694538a16e076c963694325ffe73a64a 100755 (executable)
--- 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")