diff --git a/docs b/docs index 515ac0e6..b33bf7a2 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 515ac0e6b9021d5d1cb6754db37d418e34e6de33 +Subproject commit b33bf7a282e244f8a4851b6e7ec5a2ecc1e3e307 diff --git a/platformio/__init__.py b/platformio/__init__.py index 3cd7e445..1448ecad 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 0, "5a1") +VERSION = (5, 0, "5b1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"