Daniel Hjelseth Høyer 1 year ago
parent
commit
b8d4a3765a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -4,7 +4,7 @@ setup(
     name = 'PySwitchbot',
     packages = ['switchbot'],
     install_requires=['bleak', 'bleak-retry-connector'],
-    version = '0.15.1',
+    version = '0.15.2',
     description = 'A library to communicate with Switchbot',
     author='Daniel Hjelseth Hoyer',
     url='https://github.com/Danielhiversen/pySwitchbot/',