From 741e9a40b3107beea59f50f4ab9dc7713abb00cd Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 18 Jul 2022 17:27:13 +0300 Subject: [PATCH] Bump version to 6.1.3a1 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 594635e6..98195a05 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, 2) +VERSION = (6, 1, "3a1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"