From 3744a075c330e0d9dc8adb065bc67a034aaa1967 Mon Sep 17 00:00:00 2001 From: Georgi Kirichkov Date: Mon, 17 Oct 2016 15:36:07 +0300 Subject: [PATCH] Bumps the module version to 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9eeaf459..5992aa64 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pyHS100', - version='0.1.2', + version='0.2.0', description='Interface for TPLink HS100 Smart Plugs.', url='https://github.com/GadgetReactor/pyHS100', author='Sean Seah (GadgetReactor)',