From 48caafb0d68ac413eb8a4beea2ea2a143fc02143 Mon Sep 17 00:00:00 2001 From: marcelbls Date: Thu, 6 Nov 2025 15:36:04 +0100 Subject: [PATCH] new version --- matrixmania/README.md => README.md | 0 matrixmania/pyproject.toml => pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename matrixmania/README.md => README.md (100%) rename matrixmania/pyproject.toml => pyproject.toml (96%) diff --git a/matrixmania/README.md b/README.md similarity index 100% rename from matrixmania/README.md rename to README.md diff --git a/matrixmania/pyproject.toml b/pyproject.toml similarity index 96% rename from matrixmania/pyproject.toml rename to pyproject.toml index 99e7bd6..4a821f8 100644 --- a/matrixmania/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "matrixmania_marcel" -version = "0.1.0" +version = "0.1.1" description = "MatrixMania: Simple linear algebra functions for teaching (matmul, transpose, rot_2D)." authors = [