From d502d1cc63923f1741a11a45cf4601fd5102330c Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 23 Nov 2020 15:04:48 +0000 Subject: [PATCH] Version bump --- cloudiscovery/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudiscovery/__init__.py b/cloudiscovery/__init__.py index a9c8c38..782c9b3 100644 --- a/cloudiscovery/__init__.py +++ b/cloudiscovery/__init__.py @@ -39,7 +39,7 @@ print("Python 3.8 or newer is required", file=sys.stderr) sys.exit(1) -__version__ = "2.3" +__version__ = "2.4.2" AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]