From bdd490eeaf540324ea25bd8edc98c9ca9f903a94 Mon Sep 17 00:00:00 2001 From: shBLOCK <50770712+shBLOCK@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:02:55 +0800 Subject: [PATCH] v1.4.3: Added stubs for better IDE compat. Update cython to 3.0.10. Minor refactors. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54e4d11..c176332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "cython"] [project] name = "gdmath" -version = "1.4.2" +version = "1.4.3" description = "GdMath: a fast math library for game development" readme = "README.md" requires-python = ">= 3.9"