From a4cef2fbd811af67105e62b9c5ff546528b6d8a3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 3 Feb 2022 15:33:30 +0200 Subject: [PATCH] Bump version to 5.2.5a7 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index a57d1159..1adf1640 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 2, "5a6") +VERSION = (5, 2, "5a7") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"