From 8223e99ec88ae5059a2b7929ae539695ca4d28b6 Mon Sep 17 00:00:00 2001 From: Aleksei Chetaev Date: Fri, 17 Feb 2023 14:02:37 +0100 Subject: [PATCH] Bump version 1.2.0 -> 1.3.0 Signed-off-by: Aleksei Chetaev --- pyproject.toml | 4 ++-- src/frostfs_testlib/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a6ed78..646b002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "frostfs-testlib" -version = "1.2.0" +version = "1.3.0" description = "Building blocks and utilities to facilitate development of automated tests for FrostFS 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.2.0" +current_version = "1.3.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true diff --git a/src/frostfs_testlib/__init__.py b/src/frostfs_testlib/__init__.py index c68196d..67bc602 100644 --- a/src/frostfs_testlib/__init__.py +++ b/src/frostfs_testlib/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.0"