diff --git a/soco/__init__.py b/soco/__init__.py index 39278d631..773f29dd3 100644 --- a/soco/__init__.py +++ b/soco/__init__.py @@ -21,7 +21,7 @@ __author__ = "The SoCo-Team " # Please add the suffix "+" to the version after release, to make it # possible infer whether in development code from the version string -__version__ = "0.18+" +__version__ = "0.20" __website__ = "https://github.com/SoCo/SoCo" __license__ = "MIT License"