Daniel Høyer Iversen 5 년 전
부모
커밋
1c42203002
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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