From fa39fdea041c92b4ebe3cc2be3da57b642c23a64 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Fri, 30 Jun 2023 11:01:11 +0200 Subject: [PATCH] Bump version to 0.11.0 for upcoming release Signed-off-by: Christopher Arndt --- jackmatchmaker/version.py | 2 +- packaging/arch/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jackmatchmaker/version.py b/jackmatchmaker/version.py index 61fb31c..ae6db5f 100644 --- a/jackmatchmaker/version.py +++ b/jackmatchmaker/version.py @@ -1 +1 @@ -__version__ = "0.10.0" +__version__ = "0.11.0" diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 8ad4f8d..58ea07c 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christopher Arndt pkgname=jack-matchmaker -pkgver=0.10.0 +pkgver=0.11.0 pkgrel=1 pkgdesc='A command line tool to auto-connect JACK ports matching given patterns' arch=(any)