diff --git a/moto/__init__.py b/moto/__init__.py index 1ce8bd19d8e5..0258407afeda 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.17.dev" +__version__ = "5.0.17" diff --git a/setup.cfg b/setup.cfg index dda598612e90..3bf05ee7241f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = moto -version = 5.0.17.dev +version = 5.0.17 long_description = file:README.md long_description_content_type = text/markdown author = Steve Pulec