From 61ba8afee6117810972083a1d300c587ff728bec Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 23 Jan 2023 13:51:41 +0200 Subject: [PATCH] Bump version to 6.1.7a1 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 08d95a79..579701ab 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, 6) +VERSION = (6, 1, "7a1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"