From 977db6307949a08fb69c05cc91bd85a80338ac68 Mon Sep 17 00:00:00 2001 From: tardis4500 Date: Sat, 6 Jul 2024 20:49:12 +0000 Subject: [PATCH] bump version v44.0.2rc0 -> v44.0.2rc1 [skip ci] --- batcave/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/batcave/__init__.py b/batcave/__init__.py index fae6f81..0b04f59 100644 --- a/batcave/__init__.py +++ b/batcave/__init__.py @@ -44,7 +44,7 @@ __summary__ = 'Python Programming Toolkit' __uri__ = 'https://github.com/tardis4500/batcave/' -__version__ = '44.0.2rc0' +__version__ = '44.0.2rc1' __build_name__ = '{var:build_name}' __build_date__ = '{var:build_date}' diff --git a/pyproject.toml b/pyproject.toml index 8f9c250..94387bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ module = "wmi.*" ignore_missing_imports = true [tool.bumpver] -current_version = "v44.0.2rc0" +current_version = "v44.0.2rc1" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version} [skip ci]" commit = true