Skip to content

Commit b55f533

Browse files
author
Moto Admin
committed
Pre-Release: Up Version Number
1 parent 0238abd commit b55f533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: moto/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from moto.core.decorator import mock_aws as mock_aws
22

33
__title__ = "moto"
4-
__version__ = "5.0.28.dev"
4+
__version__ = "5.0.28"

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = moto
3-
version = 5.0.28.dev
3+
version = 5.0.28
44
description = A library that allows you to easily mock out tests based on AWS infrastructure
55
long_description = file:README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)