From 1542b1cebb849ef22af6de8b446da6f0d2ff2d0e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 20 Mar 2021 10:32:14 +0200 Subject: [PATCH] Bump version to 5.2.0a3 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index fcd0ef25..26440999 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 2, "0a2") +VERSION = (5, 2, "0a3") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"