Skip to content

Commit

Permalink
bump version to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 7, 2020
1 parent d116207 commit d0593d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awslimitchecker/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
except ImportError:
logger.error("Unable to import versionfinder", exc_info=True)

_VERSION_TUP = (9, 0, 0)
_VERSION_TUP = (10, 0, 0)
_VERSION = '.'.join([str(x) for x in _VERSION_TUP])
_PROJECT_URL = 'https://github.com/jantman/awslimitchecker'

Expand Down

0 comments on commit d0593d8

Please sign in to comment.