From ef911dc46762bd20620f6bf3369b1c5899366585 Mon Sep 17 00:00:00 2001 From: Henrik Finsberg Date: Thu, 27 Jun 2024 23:06:32 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202023.3.1=20=E2=86=92=202024.0?= =?UTF-8?q?.0?= 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 9cf00fe..8639726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cardiac_mps" -version = "2023.3.1" +version = "2024.0.0" 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.1" +current_version = "2024.0.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = [ "{major}.{minor}.{patch}"