From 922ee7739e11fe8033e55f0ae26801dd7a63f326 Mon Sep 17 00:00:00 2001 From: BrSh31 Date: Tue, 11 Nov 2025 16:11:16 +0100 Subject: [PATCH] .toml version update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3db717..c86f017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "matrixmania_shehibr" -version = "0.2.0" +version = "0.3.0" description = "MatrixMania: Simple linear algebra functions for teaching (matmul, transpose,rot_2D)." authors = [ { name="shehibr", email="shehibr98345@th-nuernberg.de" }