Increase version number post-release

This commit is contained in:
Bert Blommers 2022-01-29 16:34:47 -01:00 committed by GitHub
parent 0addc16d8a
commit 4f1dcc5529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ mock_all = MockAll
# logging.getLogger('boto').setLevel(logging.CRITICAL)
__title__ = "moto"
__version__ = "3.0.2.dev"
__version__ = "3.0.3.dev"
try: