From 70faf7af5a9f6a9f1d23b8ba42f61cee13b78cb4 Mon Sep 17 00:00:00 2001 From: Sterling Dreyer Date: Thu, 19 Dec 2024 11:13:18 -0800 Subject: [PATCH] Test Version Override (#179) Testing to make sure pypi versions don't override. This should fail --- 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 1407c37f..dc813cbf 100644 --- a/toolkits/math/pyproject.toml +++ b/toolkits/math/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_math" -version = "0.1.0" +version = "0.0.13" description = "Math toolkit for Arcade" authors = ["Arcade AI "]