From 707c89926dea562dd058e8f0dd2881c4f4be6abc Mon Sep 17 00:00:00 2001 From: Gernot Bauer Date: Fri, 23 Jan 2026 13:57:05 +0100 Subject: [PATCH] bump version for python package - now also 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 3c83fd9..cdfaae6 100644 --- a/si-units/pyproject.toml +++ b/si-units/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "si-units" -version = "0.11.0" +version = "0.11.1" description = "Representation of quantites, i.e. of unit valued scalars and arrays." readme = "README.md" authors = [