From 76ad89e2f1cd1a15bcd02ea31a230840c331f0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Sun, 26 Mar 2023 19:05:46 +0200 Subject: [PATCH] [release] v1.0.0-alpha.1 --- platform.json | 2 +- platform.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.json b/platform.json index 40ba606..636f5d0 100644 --- a/platform.json +++ b/platform.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/kuba2k2/platformio-libretuya" }, - "version": "0.12.6", + "version": "1.0.0-alpha.1", "frameworks": { "base": { "title": "Base Framework (SDK only)", diff --git a/platform.py b/platform.py index 6d9f412..df355ce 100644 --- a/platform.py +++ b/platform.py @@ -27,7 +27,7 @@ def check_ltchiptool(install: bool): print("Installing/updating ltchiptool") system( f"{sys.executable} -m pip install -U --force-reinstall " - f'"ltchiptool >= {LTCHIPTOOL_VERSION}, < 5.0"' + f'"ltchiptool >= {LTCHIPTOOL_VERSION[1:]}a0, < 5.0"' ) # unload all modules from the old version