From 28d67f9c6e520a90f8b4bd4e9a18afd0fda58002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Wed, 5 Sep 2018 13:17:07 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5badcacd..caa8fcaf 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name = 'PySwitchbot', packages = ['switchbot'], install_requires=['bluepy'], - version = '0.2', + version = '0.3', description = 'A library to communicate with Switchbot', author='Daniel Hoyer Iversen', url='https://github.com/Danielhiversen/pySwitchbot/',