From 90c5d9a28ae2447d00fea7f9d41e544be1ad4a34 Mon Sep 17 00:00:00 2001 From: Vladimir Avdeev Date: Fri, 18 Nov 2022 10:17:34 +0300 Subject: [PATCH] Bump version 0.4.0 -> 0.5.0 Signed-off-by: Vladimir Avdeev --- 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 6e7e962..6b8d6e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "neofs-testlib" -version = "0.4.0" +version = "0.5.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.4.0" +current_version = "0.5.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 6a9beea..3d18726 100644 --- a/src/neofs_testlib/__init__.py +++ b/src/neofs_testlib/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"