From: Jaroslav Kysela Date: Tue, 3 Apr 2018 07:01:38 +0000 (+0200) Subject: Release v1.1.6 X-Git-Tag: v1.1.6 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e1bc1c27b6286dcf2d6bf4955650cf5729cf9b7a;p=alsa-python.git Release v1.1.6 Signed-off-by: Jaroslav Kysela --- diff --git a/PKG-INFO b/PKG-INFO index e7e57c3..fb87d38 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.29 +Version: 1.1.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 51f2507..448dd68 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ try: except ImportError: from distutils.core import setup, Extension -VERSION='1.0.29' +VERSION='1.1.6' if os.path.exists("version"): fp = open("version", "r")