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 "]