From 472cf3f81d2294356af5d337406f461bfb9ad70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Fri, 6 Jun 2014 20:09:46 +0200 Subject: [PATCH] bump version to 0.8 --- soco/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soco/__init__.py b/soco/__init__.py index 7d1aaa74e..73d95b1ff 100644 --- a/soco/__init__.py +++ b/soco/__init__.py @@ -9,7 +9,7 @@ # Will be parsed by setup.py to determine package metadata __author__ = 'The SoCo-Team ' -__version__ = '0.7' +__version__ = '0.8' __website__ = 'https://github.com/SoCo/SoCo' __license__ = 'MIT License'