Skip to content

Commit

Permalink
release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meshuga committed Jul 11, 2020
1 parent dcf41d1 commit 3a55eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudiscovery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
print("Python 3.6 or newer is required", file=sys.stderr)
sys.exit(1)

__version__ = "2.2.1"
__version__ = "2.2.2"

AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]
DEFAULT_REGION = "us-east-1"
Expand Down

0 comments on commit 3a55eca

Please sign in to comment.