From 08d6261d3fd4624c06a6716956aa53c32d771e52 Mon Sep 17 00:00:00 2001 From: Brosef Date: Sat, 21 Jun 2025 23:08:39 +0100 Subject: [PATCH] Updated version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4291b04..ba5b3e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gameUtils" -version = "0.0.1.dev0" +version = "1.0.0" description = "A set of utilities to make the game development process less painful (despite the organisation name) and more unified." authors = [{ name = "Brosef" }] dependencies = ["pygame-ce"] \ No newline at end of file