diff --git a/setup.py b/setup.py index 57285cf..9ae6832 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name = 'PySwitchbot', packages = ['switchbot'], install_requires=['bluepy'], - version = '0.6.1', + version = '0.6.2', description = 'A library to communicate with Switchbot', author='Daniel Hoyer Iversen', url='https://github.com/Danielhiversen/pySwitchbot/',