From e2a0f5cf4654d80952a185e0bebf356be66328ad Mon Sep 17 00:00:00 2001 From: Evgeniy Zayats Date: Thu, 21 Mar 2024 12:23:47 -0400 Subject: [PATCH] Bump version 1.1.24 -> 1.1.25 Signed-off-by: Evgeniy Zayats --- pyproject.toml | 4 ++-- src/neofs_testlib/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3298f0b..2802046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "neofs-testlib" -version = "1.1.24" +version = "1.1.25" description = "Building blocks and utilities to facilitate development of automated tests for NeoFS system" readme = "README.md" authors = [{ name = "NSPCC", email = "info@nspcc.ru" }] @@ -50,7 +50,7 @@ line-length = 100 target-version = ["py310"] [tool.bumpver] -current_version = "1.1.24" +current_version = "1.1.25" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true diff --git a/src/neofs_testlib/__init__.py b/src/neofs_testlib/__init__.py index 1a9044d..1487489 100644 --- a/src/neofs_testlib/__init__.py +++ b/src/neofs_testlib/__init__.py @@ -1 +1 @@ -__version__ = "1.1.24" +__version__ = "1.1.25"