From 9f6fd4d56f83736f1b93dbe7f55fc371b5415460 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Mon, 2 Jan 2023 22:40:20 +0800 Subject: [PATCH] feat: bump pyglet version --- libs/pyglet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pyglet/__init__.py b/libs/pyglet/__init__.py index a80fcda..8666842 100644 --- a/libs/pyglet/__init__.py +++ b/libs/pyglet/__init__.py @@ -44,7 +44,7 @@ import sys from typing import TYPE_CHECKING #: The release version -version = '2.0.2' +version = '2.0.3' __version__ = version MIN_PYTHON_VERSION = 3, 8