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