From 8736e7bfb000450a94c2c153e415f1aa8e285c07 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 10 Feb 2018 17:00:45 +0200 Subject: [PATCH] Bump version to 3.5.2b2 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index c4d3f283..6fec4c34 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 5, "2b1") +VERSION = (3, 5, "2b2") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"