From b5a3cbc1036b6363958e29931442bc5e1c0bda48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Dec 2024 22:31:18 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.3.1=20=E2=86=92=207.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f159f55d..d15b384a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ maintainers = [{ name = "CAVE Developers" }] name = "caveclient" readme = "README.md" requires-python = ">=3.9" -version = "7.3.1" +version = "7.3.2" [project.urls] Documentation = "https://caveconnectome.github.io/CAVEclient/" @@ -62,7 +62,7 @@ test = ["pytest", "pytest-cov", "pytest-env", "pytest-mock", "responses"] allow_dirty = false commit = true commit_args = "" -current_version = "7.3.1" +current_version = "7.3.2" ignore_missing_version = false message = "Bump version: {current_version} → {new_version}" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)"