From 01ecbb06eb79e0911d26f12d51d6c575fa0c7c52 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 14 Apr 2025 10:26:21 +0200 Subject: [PATCH] Release v1.2.14 Signed-off-by: Jaroslav Kysela --- PKG-INFO | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 294dd35..8379b13 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.2.12 +Version: 1.2.14 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index 757e890..7373a87 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ try: except ImportError: from distutils.core import setup, Extension -VERSION='1.2.12' +VERSION='1.2.14' if os.path.exists("version"): fp = open("version", "r") -- 2.47.1