From f02a1a33ca8022befec3352542c16aaae00fc0a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20K=C3=B6gl?= <stefan@skoegl.net>
Date: Sun, 19 Nov 2017 14:27:56 +0100
Subject: [PATCH] Bump version to 0.13

---
 soco/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <python-soco@googlegroups.com>'
 # 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'