diff --git a/soco/__init__.py b/soco/__init__.py index 5090f1c65..9973304a5 100644 --- a/soco/__init__.py +++ b/soco/__init__.py @@ -17,7 +17,7 @@ # Will be parsed by setup.py to determine package metadata __author__ = 'The SoCo-Team ' -__version__ = '0.11.1' +__version__ = '0.12' __website__ = 'https://github.com/SoCo/SoCo' __license__ = 'MIT License'