diff --git a/docs b/docs index ff0edca6..cfd1df93 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit ff0edca6999974b71da16e8d697ebf4865b299bf +Subproject commit cfd1df9393c51956df64142f7035fafd7e0d3fce diff --git a/platformio/__init__.py b/platformio/__init__.py index cf0ed85b..9ab732f7 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 5, "0a9") +VERSION = (3, 5, "0a10") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"