From 9638c463977ff16ac9936fd0670b4f6318b5bdff Mon Sep 17 00:00:00 2001 From: Bartlomiej Wilczynski Date: Wed, 7 Oct 2020 22:46:35 +0200 Subject: [PATCH] Version Bump to 0.3.8-beta.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4124e16..1c8e959 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools -VERSION = '0.3.7' +VERSION = '0.3.8-beta.1' DESCRIPTION = 'Sonos Command-Line Tools' here = os.path.abspath(os.path.dirname(__file__))