From f893fcf1351c1318c8f594171655b126ca6bbfbf Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 20 Jun 2022 22:41:02 +0300 Subject: [PATCH] Bump version to 6.0.3b1 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 43e87f1b..1b0acd65 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 0, "3a7") +VERSION = (6, 0, "3b1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"