Skip to content

Commit

Permalink
Merge pull request #130 from Cloud-Architects/fixlimit
Browse files Browse the repository at this point in the history
fix limit data
  • Loading branch information
patrykorwat authored Jul 6, 2020
2 parents 7f8987a + 40346b1 commit 45d35a5
Show file tree
Hide file tree
Showing 2 changed files 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.0"
__version__ = "2.2.1"

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

0 comments on commit 45d35a5

Please sign in to comment.