Bump version 2.0.0 -> 2.0.1 #21

Merged
abereziny merged 1 commit from yadro-vavdeev/frostfs-testlib:bump_version_201 into master 2023-05-18 08:15:56 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit d23d6013cb - Show all commits

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "frostfs-testlib" 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" description = "Building blocks and utilities to facilitate development of automated tests for FrostFS system"
readme = "README.md" readme = "README.md"
authors = [{ name = "Yadro", email = "info@yadro.com" }] authors = [{ name = "Yadro", email = "info@yadro.com" }]
@ -54,7 +54,7 @@ line-length = 100
target-version = ["py310"] target-version = ["py310"]
[tool.bumpver] [tool.bumpver]
current_version = "2.0.0" current_version = "2.0.1"
version_pattern = "MAJOR.MINOR.PATCH" version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}" commit_message = "Bump version {old_version} -> {new_version}"
commit = true commit = true

View file

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