From 4653e60de0e8edaf1946514e515c3b53e8999953 Mon Sep 17 00:00:00 2001 From: GadgetReactor Date: Sat, 9 Jul 2016 20:27:58 +0800 Subject: [PATCH] 0.1.2 --- setup.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/setup.py b/setup.py index ec4c7285..9eeaf459 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,12 @@ from setuptools import setup setup(name='pyHS100', - version='0.1.2', - description='Interface for TPLink HS100 Smart Plugs.', - url='https://github.com/GadgetReactor/pyHS100', - author='Sean Seah (GadgetReactor', - author_email='sean@gadgetreactor.com', - license='MIT', - packages=['pyHS100'], - install_requires=[], - zip_safe=False) + version='0.1.2', + description='Interface for TPLink HS100 Smart Plugs.', + url='https://github.com/GadgetReactor/pyHS100', + author='Sean Seah (GadgetReactor)', + author_email='sean@gadgetreactor.com', + license='MIT', + packages=['pyHS100'], + install_requires=[], + zip_safe=False)