From a3457dfca6594c34cdbe484c426dc214349ecb78 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 20 Feb 2018 01:11:25 +0200 Subject: [PATCH] Bump version to 3.5.2b5 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 0bb16fd2..69a5b16a 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 5, "2b4") +VERSION = (3, 5, "2b5") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"