From e3cd98fe731efa4882a3a55d0b87f394baccb5b9 Mon Sep 17 00:00:00 2001 From: tardis4500 Date: Mon, 2 Sep 2024 16:09:59 +0000 Subject: [PATCH] bump version v1.0.0 -> v1.0.1rc0 [skip ci] --- git_stream/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git_stream/__init__.py b/git_stream/__init__.py index 177da99..93c36b3 100644 --- a/git_stream/__init__.py +++ b/git_stream/__init__.py @@ -13,7 +13,7 @@ __summary__ = 'CI/CD Toolkit' __uri__ = 'https://github.com/tardis4500/git-stream/' -__version__ = '1.0.0' +__version__ = '1.0.1rc0' __build_name__ = '{var:build_name}' __build_date__ = '{var:build_date}' diff --git a/pyproject.toml b/pyproject.toml index 31a0a89..d4057bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ module = "xmlrunner.*" ignore_missing_imports = true [tool.bumpver] -current_version = "v1.0.0" +current_version = "v1.0.1rc0" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version} [skip ci]" commit = true