From 0af21b7c8a8cc0e76f4d9aff6a4f156f43d37333 Mon Sep 17 00:00:00 2001 From: Szabolcs Dombi Date: Wed, 12 Jul 2023 06:49:45 +0300 Subject: [PATCH] bump to 2.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0013afc..064eb81 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ setup( name='glcontext', - version='2.3.7', + version='2.4.0', description='Portable OpenGL Context', long_description=open('README.md', encoding='utf-8').read(), long_description_content_type='text/markdown',