Skip to content

Commit 8542ef2

Browse files
author
Moto Admin
committed
Pre-Release: Up Version Number
1 parent a0a1a2d commit 8542ef2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 # noqa: E402
22

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

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.17.dev
3+
version = 5.1.17
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)