From e1f7d2167127921f0cef11f0f657309246eaf4f9 Mon Sep 17 00:00:00 2001 From: Arne Naegel Date: Mon, 3 Jun 2024 12:47:18 +0200 Subject: [PATCH] Update pyproject.toml: v0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dab90a0..0dd619e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build" [project] name = "ug4py-base" -version = "0.0.2" +version = "0.1.0" description = "This is a basic python package for UG4." readme = {file = "README.md", content-type = "text/markdown"}