Bump version 0.8.1 -> 0.9.0
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
3034b70048
commit
f6b128e113
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "neofs-testlib"
|
name = "neofs-testlib"
|
||||||
version = "0.8.1"
|
version = "0.9.0"
|
||||||
description = "Building blocks and utilities to facilitate development of automated tests for NeoFS system"
|
description = "Building blocks and utilities to facilitate development of automated tests for NeoFS system"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "NSPCC", email = "info@nspcc.ru" }]
|
authors = [{ name = "NSPCC", email = "info@nspcc.ru" }]
|
||||||
|
@ -48,7 +48,7 @@ line-length = 100
|
||||||
target-version = ["py39"]
|
target-version = ["py39"]
|
||||||
|
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "0.8.1"
|
current_version = "0.9.0"
|
||||||
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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.8.1"
|
__version__ = "0.9.0"
|
||||||
|
|
Loading…
Reference in a new issue