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