diff --git a/pyproject.toml b/pyproject.toml index 064cd59..823fe0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "neofs-testlib" -version = "0.2.2" +version = "0.3.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.2.2" +current_version = "0.3.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true diff --git a/src/neofs_testlib/__init__.py b/src/neofs_testlib/__init__.py index b5fdc75..493f741 100644 --- a/src/neofs_testlib/__init__.py +++ b/src/neofs_testlib/__init__.py @@ -1 +1 @@ -__version__ = "0.2.2" +__version__ = "0.3.0"