From 7399cc9a8efeb6a4a5ccd2d8b108ba386d2ca8de Mon Sep 17 00:00:00 2001 From: Vladimir Avdeev Date: Thu, 18 May 2023 10:18:09 +0300 Subject: [PATCH] Bump version 2.0.0 -> 2.0.1 Signed-off-by: Vladimir Avdeev --- 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 fd5d8b7..69f8e29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "frostfs-testlib" -version = "2.0.0" +version = "2.0.1" description = "Building blocks and utilities to facilitate development of automated tests for FrostFS system" readme = "README.md" authors = [{ name = "Yadro", email = "info@yadro.com" }] @@ -54,7 +54,7 @@ line-length = 100 target-version = ["py310"] [tool.bumpver] -current_version = "2.0.0" +current_version = "2.0.1" 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 8c0d5d5..159d48b 100644 --- a/src/frostfs_testlib/__init__.py +++ b/src/frostfs_testlib/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.0.1"