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"