소스 검색

Bump version to 1.0.0

This is for the breaking change in https://github.com/sblibs/pySwitchbot/pull/352
J. Nick Koston 3 주 전
부모
커밋
b81396a053
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -20,7 +20,7 @@ setup(
         "cryptography>=39.0.0",
         "pyOpenSSL>=23.0.0",
     ],
-    version="0.65.0",
+    version="1.0.0",
     description="A library to communicate with Switchbot",
     long_description=long_description,
     long_description_content_type="text/markdown",