From 02f1d9b6ae0b3c394667524e65571729260e9859 Mon Sep 17 00:00:00 2001 From: Henrik Finsberg Date: Sat, 19 Oct 2024 22:00:28 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.7=20=E2=86=92=200.2.8?= 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 87f5aaa..1a4a516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "scifem" -version = "0.2.7" +version = "0.2.8" description = "Scientific tools for finite element methods" readme = "README.md" requires-python = ">=3.10" @@ -124,7 +124,7 @@ tag = true sign_tags = false tag_name = "v{new_version}" tag_message = "Bump version: {current_version} → {new_version}" -current_version = "0.2.7" +current_version = "0.2.8" [[tool.bumpversion.files]]