diff --git a/moto/__init__.py b/moto/__init__.py index 2d35edf1d2bb..5ff08012cc7f 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.24.dev" +__version__ = "5.0.24" diff --git a/setup.cfg b/setup.cfg index 0bd8a788d13d..ab9e1f89633c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = moto -version = 5.0.24.dev +version = 5.0.24 long_description = file:README.md long_description_content_type = text/markdown author = Steve Pulec