From 8c916568946b59a019db3d5721b9d0cef89de0e3 Mon Sep 17 00:00:00 2001 From: shBLOCK <50770712+shBLOCK@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:09:07 +0800 Subject: [PATCH] v1.5.0: Stub generator: use property decorators to represent mutable attributes and properties Stub generator: docstring handling Add docstrings Proper benchmarking --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c176332..87c579c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "cython"] [project] name = "gdmath" -version = "1.4.3" +version = "1.5.0" description = "GdMath: a fast math library for game development" readme = "README.md" requires-python = ">= 3.9"