diff --git a/moto/__init__.py b/moto/__init__.py index 51db9c1262c9..81874b499d03 100644 --- a/moto/__init__.py +++ b/moto/__init__.py @@ -1,4 +1,4 @@ from moto.core.decorator import mock_aws as mock_aws __title__ = "moto" -__version__ = "5.0.22.dev" +__version__ = "5.0.22" diff --git a/setup.cfg b/setup.cfg index 1ab74baeab05..4c79edf794c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = moto -version = 5.0.22.dev +version = 5.0.22 long_description = file:README.md long_description_content_type = text/markdown author = Steve Pulec