We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c675f41 commit 2b59e55Copy full SHA for 2b59e55
cloudiscovery/__init__.py
@@ -41,7 +41,7 @@
41
print("Python 3.8 or newer is required", file=sys.stderr)
42
sys.exit(1)
43
44
-__version__ = "2.4.3"
+__version__ = "2.4.4"
45
46
AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]
47
0 commit comments