From f555656c92c86599c712485b53212aa5450a4fa0 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 3 Apr 2022 23:18:01 +0300 Subject: [PATCH] Bump version to 5.3.0b3 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index d310aaac..ee7668bd 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 3, "0b2") +VERSION = (5, 3, "0b3") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"