Bump version 0.10.0 -> 1.0.0

Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
support/v0.36
Aleskei Chetaev 2023-02-07 14:41:00 +01:00 committed by Aleksey Chetaev
parent cea3ab5126
commit f04ca55cde
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.10.0"
version = "1.0.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" }]
@ -48,7 +48,7 @@ line-length = 100
target-version = ["py39"]
[tool.bumpver]
current_version = "0.10.0"
current_version = "1.0.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true

View File

@ -1 +1 @@
__version__ = "0.10.0"
__version__ = "1.0.0"