Daniel Hjelseth Høyer před 2 roky
rodič
revize
db75e9fb30
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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