From 4943504898c8744b693972658fe140239ba7a20b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 24 Oct 2021 23:17:30 +0300 Subject: [PATCH] Bump version to 5.2.3a3 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 22762221..2e740a7f 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 2, "3a2") +VERSION = (5, 2, "3a3") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"