From 8dd55fbb887d4d12b57b27c02e049bddd8ced494 Mon Sep 17 00:00:00 2001 From: shBLOCK <3332908658@qq.com> Date: Wed, 4 Oct 2023 15:57:10 +0800 Subject: [PATCH] v1.3.1: Update the description on pypi... (since you can't edit it) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0d8223..40d8b57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "cython"] [project] name = "gdmath" -version = "1.3.0" +version = "1.3.1" description = "GdMath: a fast math library for game development" readme = "README.md" requires-python = ">= 3.9"