From 8aeb0fb8bef0d4329de0eac39fbbe8f51b5f0ccc Mon Sep 17 00:00:00 2001 From: pwt <1089749+pwt@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:49:22 +0000 Subject: [PATCH] Set version to v0.29.1 for patch release --- soco/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soco/__init__.py b/soco/__init__.py index 4c89d7f92..573076afc 100644 --- a/soco/__init__.py +++ b/soco/__init__.py @@ -17,7 +17,7 @@ __author__ = "The SoCo-Team " # Please increment the version number and add the suffix "-dev" after # a release, to make it possible to identify in-development code -__version__ = "0.29.0" +__version__ = "0.29.1" __website__ = "https://github.com/SoCo/SoCo" __license__ = "MIT License"