From 86696ea794a44f5ba95763cdfeaccc571638f4cb Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:05:46 -0800 Subject: [PATCH] Bump math toolkit version (#318) --- toolkits/math/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkits/math/pyproject.toml b/toolkits/math/pyproject.toml index 7993c49d..88deaf50 100644 --- a/toolkits/math/pyproject.toml +++ b/toolkits/math/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_math" -version = "1.0.0" +version = "1.0.1" description = "Math toolkit for Arcade" authors = ["Arcade "]