From 7dfd1ac4f33ff12845ef2351d8f8cf2b2e08a49c Mon Sep 17 00:00:00 2001 From: Henrik Finsberg Date: Mon, 17 Jun 2024 15:10:31 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202023.3.0=20=E2=86=92=202023.3?= =?UTF-8?q?.1?= 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 90013a7..9cf00fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cardiac_mps" -version = "2023.3.0" +version = "2023.3.1" description = "Tools for working with caridac mps files" authors = [{name = "Henrik Finsberg", email = "henriknf@simula.no"}] license = {text = "LGPL-2.1"} @@ -165,7 +165,7 @@ tag = true sign_tags = false tag_name = "v{new_version}" tag_message = "Bump version: {current_version} → {new_version}" -current_version = "2023.3.0" +current_version = "2023.3.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = [ "{major}.{minor}.{patch}"