From 358ca42f481d9fe497cd7bace291741e1d6db29b Mon Sep 17 00:00:00 2001 From: GadgetReactor Date: Sat, 9 Jul 2016 19:55:10 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c4c7bb3..f5fb6830 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -setup(name='pyW215', +setup(name='pyHS100', version='0.1.1', description='Interface for TPLink HS100 Smart Plugs.', url='https://github.com/GadgetReactor/pyHS100',