diff --git a/moto/__init__.py b/moto/__init__.py index 4e7e3da5e57a..f010e2009a17 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.15.dev" +__version__ = "5.0.15" diff --git a/setup.cfg b/setup.cfg index 5cefeca279df..267cbeefd8bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = moto -version = 5.0.15.dev +version = 5.0.15 long_description = file:README.md long_description_content_type = text/markdown author = Steve Pulec