From ee65eef7a17154238753f3e4ef94911957559926 Mon Sep 17 00:00:00 2001 From: Philipp Rehner Date: Sat, 28 Dec 2024 15:13:51 +0100 Subject: [PATCH] also increase version in pyproject.toml --- si-units/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/si-units/pyproject.toml b/si-units/pyproject.toml index 3a8299e..3c83fd9 100644 --- a/si-units/pyproject.toml +++ b/si-units/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "si-units" -version = "0.10.0" +version = "0.11.0" description = "Representation of quantites, i.e. of unit valued scalars and arrays." readme = "README.md" authors = [