From 2231461ef3b5ee2258773a1ff51a07479c316a38 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 6 Oct 2016 16:14:08 +0300 Subject: [PATCH] Bump version to 3.2.0a4 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 6ad1e53f..5e2e1136 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 2, "0a3") +VERSION = (3, 2, "0a4") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"