From ddd4188754483f9c55c2dd30f8c5846a7b264f03 Mon Sep 17 00:00:00 2001 From: bwilczynski Date: Tue, 6 Oct 2020 22:06:33 +0200 Subject: [PATCH] Version Bump to 0.3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e25b28e..59654ec 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools -VERSION = '0.3.5' +VERSION = '0.3.6' DESCRIPTION = 'Sonos Command-Line Tools' here = os.path.abspath(os.path.dirname(__file__))