From d9801946008f539d2a485fe359b3ba079e4e32d9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 17 Aug 2020 15:34:02 +0300 Subject: [PATCH] Bump version to 4.4.0b1 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 6ef8af69..3ecfb596 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -16,7 +16,7 @@ import sys DEFAULT_REQUESTS_TIMEOUT = (10, None) # (connect, read) -VERSION = (4, 4, "0a8") +VERSION = (4, 4, "0b1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"