From aeae941760c5c5b02df8d59c959b54589ce71e81 Mon Sep 17 00:00:00 2001 From: Duda Nogueira Date: Mon, 31 Jan 2022 17:09:41 -0300 Subject: [PATCH] RELEASE 0.3.0 --- rocket_connect/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocket_connect/__init__.py b/rocket_connect/__init__.py index 5b992ba..77705c7 100644 --- a/rocket_connect/__init__.py +++ b/rocket_connect/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1" +__version__ = "0.3.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num