From 51acd024213bc1f5dbc02af716dacfe2fbb4e45f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 22 Oct 2018 16:49:08 +0300 Subject: [PATCH] Bump version to 3.6.1rc5 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 1fbdc8ce..f80850f6 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 6, "1rc4") +VERSION = (3, 6, "1rc5") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"