From 72528d05f8d00caa9580d4f721f0320817894943 Mon Sep 17 00:00:00 2001 From: shBLOCK <50770712+shBLOCK@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:01:29 +0800 Subject: [PATCH] Revert "v1.4.3:" This reverts commit 781a0b815b17588ac8c58e6f3069e9627e114a49. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c176332..54e4d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "cython"] [project] name = "gdmath" -version = "1.4.3" +version = "1.4.2" description = "GdMath: a fast math library for game development" readme = "README.md" requires-python = ">= 3.9"