Bump version 2.0.0 -> 2.0.1

Signed-off-by: Vladimir Avdeev <v.avdeev@yadro.com>
This commit is contained in:
Vladimir Avdeev 2023-05-18 10:18:09 +03:00 committed by Andrey Berezin
parent 70416d40c2
commit 7399cc9a8e
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"