From 4ba3fb3f15b1fdddbcd1fb582c25a6ed9ded5ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 9 Oct 2016 17:15:33 +0200 Subject: [PATCH] bump version to 0.12 --- soco/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'