From 2ec7a46515d1594fb6d7e01771d45daa66266986 Mon Sep 17 00:00:00 2001 From: Korijn van Golen Date: Fri, 27 Dec 2024 12:23:27 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ecb6cf2..208f765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "pylinalg" -version = "0.5.0" +version = "0.5.1" description = "Linear algebra utilities for Python" readme = "README.md" license = { file = "LICENSE" }