diff --git a/docs b/docs index f104fe7e..6ab343f2 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit f104fe7e39aa8e4a61aa52e75944fc2b2082069c +Subproject commit 6ab343f244c1128f988af8c971e7ed66ff8f5a42 diff --git a/platformio/__init__.py b/platformio/__init__.py index 6d6286cd..94c89b2a 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 0, "4a2") +VERSION = (5, 0, "4b1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"