From d64bf43ea9bf77f1b20ea9c0fbf64288839e4773 Mon Sep 17 00:00:00 2001 From: sergey kryazhev Date: Tue, 4 Jun 2024 12:26:44 +0300 Subject: [PATCH] bump version to v0.31.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d3cbe122..18f433809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ Issues = "https://github.com/Netcracker/KubeMarine/issues/" # 1. pip install bumpver # 2. bumpver update --set-version [tool.bumpver] -current_version = "v0.30.0" +current_version = "v0.31.0" version_pattern = "vMAJOR.MINOR.PATCH" commit_message = "bump version to {new_version}" commit = true