diff --git a/moto/__init__.py b/moto/__init__.py index d2787e75d081..317c08148308 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.19.dev" +__version__ = "5.0.19" diff --git a/setup.cfg b/setup.cfg index f7c0cac4f882..831c866ce606 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = moto -version = 5.0.19.dev +version = 5.0.19 long_description = file:README.md long_description_content_type = text/markdown author = Steve Pulec