From 751c82fd299f3a3d90b6454656e97a23b8735ece Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 26 Oct 2021 15:42:05 +0300 Subject: [PATCH] Bump version to 5.2.3b3 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 27cc87e1..62230494 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 2, "3b2") +VERSION = (5, 2, "3b3") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"