Skip to content

Commit f16dc04

Browse files
author
Moto Admin
committed
Pre-Release: Up Version Number
1 parent fcb513c commit f16dc04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

moto/__init__.py

Lines changed: 1 addition & 1 deletion
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.1.4.dev"
4+
__version__ = "5.1.4"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = moto
3-
version = 5.1.4.dev
3+
version = 5.1.4
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)