We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0238abd commit b55f533Copy full SHA for b55f533
moto/__init__.py
@@ -1,4 +1,4 @@
1
from moto.core.decorator import mock_aws as mock_aws
2
3
__title__ = "moto"
4
-__version__ = "5.0.28.dev"
+__version__ = "5.0.28"
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = moto
-version = 5.0.28.dev
+version = 5.0.28
description = A library that allows you to easily mock out tests based on AWS infrastructure
5
long_description = file:README.md
6
long_description_content_type = text/markdown
0 commit comments