From 779eaee310b13255bf7a1df8a1399242b90bbd58 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 26 Oct 2020 22:25:47 +0200 Subject: [PATCH] Bump version to 5.0.2b3 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 4cb89e40..f9ebb52c 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 0, "2b2") +VERSION = (5, 0, "2b3") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"