Bump version 0.1.0 -> 0.2.0

Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
Vladimir Domnich 2022-10-13 12:26:46 +00:00 committed by Vladimir
parent a750dfd148
commit 13301fe52e
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "neofs-testlib"
version = "0.1.0"
version = "0.2.0"
description = "Building blocks and utilities to facilitate development of automated tests for NeoFS system"
readme = "README.md"
authors = [{ name = "NSPCC", email = "info@nspcc.ru" }]
@ -47,7 +47,7 @@ line-length = 100
target-version = ["py39"]
[tool.bumpver]
current_version = "0.1.0"
current_version = "0.2.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false

View file

@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"