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