]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.2.12 v1.2.12
authorJaroslav Kysela <perex@perex.cz>
Mon, 10 Jun 2024 09:18:38 +0000 (11:18 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 10 Jun 2024 09:18:38 +0000 (11:18 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

index 3a0789bc2f3d21336217d347f9e5010db48b5062..294dd3568bea5908d3b7db997c292adeb13de091 100644 (file)
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PyAlsa
-Version: 1.2.7
+Version: 1.2.12
 Summary: ALSA Python Binding
 Home-page: http://www.alsa-project.org
 Author: The ALSA Team
index f5dbac420484195117848b3b6cd255d25e1200df..757e8909882b3ad6c5899c147a22b1c3b27af3e6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ try:
 except ImportError:
   from distutils.core import setup, Extension
 
-VERSION='1.2.7'
+VERSION='1.2.12'
 
 if os.path.exists("version"):
   fp = open("version", "r")