diff --git a/docs b/docs index ec9d6ca6..4bc27be7 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit ec9d6ca64c129e473282c2c13b852fbd10ba886a +Subproject commit 4bc27be71c1cfe61057c242b979d421648b83828 diff --git a/platformio/__init__.py b/platformio/__init__.py index c7bff058..ed31717b 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 0, "0a1") +VERSION = (6, 0, "0a2") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"