From d428d18fae0ee91bec13c6df88da5dffdd2de328 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 6 Feb 2018 11:26:26 +0200 Subject: [PATCH] Bump version to 3.5.2a8 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 7fa12f6a..d583cd77 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 5, "2a7") +VERSION = (3, 5, "2a8") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"