diff --git a/soco/__init__.py b/soco/__init__.py index 447a8891e..f66a91d5b 100644 --- a/soco/__init__.py +++ b/soco/__init__.py @@ -19,7 +19,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.12+' +__version__ = '0.13' __website__ = 'https://github.com/SoCo/SoCo' __license__ = 'MIT License'