From 721169d2ca05db89ef1853fa7d28e75629a6ce8c Mon Sep 17 00:00:00 2001 From: Thar0 <17233964+Thar0@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:42:37 +0000 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a92ada6..151a8d8 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def get_ext_filename(self, ext_name): setup( name="pygfxd", - version="1.0.2", + version="1.0.3", author="Tharo", description="Python bindings for libgfxd", long_description=long_description,