From 6e03aa3a3d860c60fbde3fd57612d9e4b7bb527c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 29 Oct 2019 18:03:07 +0200 Subject: [PATCH] Bump version to 4.1.0rc2 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 0f62b997..6cce0f67 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = (4, 1, "0rc1") +VERSION = (4, 1, "0rc2") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"