From 1573e57e5423b313599155c7e4bc9c5253065f40 Mon Sep 17 00:00:00 2001 From: Szabolcs Dombi Date: Sat, 14 Oct 2023 11:18:38 +0300 Subject: [PATCH] bump to version 2.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec79bde..10e6ab3 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ setup( name='glcontext', - version='2.4.0', + version='2.5.0', description='Portable OpenGL Context', long_description=open('README.md', encoding='utf-8').read(), long_description_content_type='text/markdown',