From 13301fe52e78ebfb1db4bdfbeb81f8bd42e42797 Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Thu, 13 Oct 2022 12:26:46 +0000 Subject: [PATCH] Bump version 0.1.0 -> 0.2.0 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 78c88f5..b5d3407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/src/neofs_testlib/__init__.py b/src/neofs_testlib/__init__.py index 3dc1f76..d3ec452 100644 --- a/src/neofs_testlib/__init__.py +++ b/src/neofs_testlib/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0"