From f1abeb430e60d2adb759e5f4766309ed6b011866 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 22 Jun 2023 20:16:24 +0800 Subject: [PATCH] bump version of pyglet --- configs/main.toml | 4 ++-- libs/pyglet/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/main.toml b/configs/main.toml index 3e89e77..3490821 100644 --- a/configs/main.toml +++ b/configs/main.toml @@ -7,8 +7,8 @@ fonts_folder = "libs/fonts" [window] style = "None" -width = 1041 -height = 1050 +width = 1918 +height = 2088 visible = true gui_scale = 1 caption = "Difficult Rocket v{DR_version}" diff --git a/libs/pyglet/__init__.py b/libs/pyglet/__init__.py index 6a71f88..7f743b1 100644 --- a/libs/pyglet/__init__.py +++ b/libs/pyglet/__init__.py @@ -9,7 +9,7 @@ import sys from typing import TYPE_CHECKING #: The release version -version = '2.0.7' +version = '2.0.8' __version__ = version MIN_PYTHON_VERSION = 3, 8