From 3f842a4103c387154d021a4de6455e893f6b3587 Mon Sep 17 00:00:00 2001 From: Moto Admin Date: Thu, 26 Dec 2024 23:11:14 +0000 Subject: [PATCH] Pre-Release: Up Version Number --- moto/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moto/__init__.py b/moto/__init__.py index 3abc2e092e9f..cf24d6fb0e6a 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.25.dev" +__version__ = "5.0.25" diff --git a/setup.cfg b/setup.cfg index 5daca75b7900..4b011f33f7b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = moto -version = 5.0.25.dev +version = 5.0.25 description = A library that allows you to easily mock out tests based on AWS infrastructure long_description = file:README.md long_description_content_type = text/markdown