From c05ed650c5585e620ff5ec0d8f9799c8b4a5a956 Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Mon, 17 Oct 2022 10:22:20 +0000 Subject: [PATCH] Bump version 0.2.0 -> 0.2.1 Signed-off-by: Vladimir Domnich --- pyproject.toml | 4 ++-- src/neofs_testlib/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b5d3407..1581df3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "neofs-testlib" -version = "0.2.0" +version = "0.2.1" 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.2.0" +current_version = "0.2.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = false diff --git a/src/neofs_testlib/__init__.py b/src/neofs_testlib/__init__.py index d3ec452..3ced358 100644 --- a/src/neofs_testlib/__init__.py +++ b/src/neofs_testlib/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"