diff --git a/docs b/docs index 2178afaf..3bdbfb58 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 2178afaf333874a1f6d3dff4b45d0613517049b5 +Subproject commit 3bdbfb58e293ad0e2149fc1e83ad4abba8b7aad9 diff --git a/platformio/__init__.py b/platformio/__init__.py index d373bbad..a88d3fbc 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = (4, 4, "0a2") +VERSION = (4, 4, "0a3") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"