bump version of pyglet

This commit is contained in:
shenjack 2023-06-22 20:16:24 +08:00
parent 1b29360701
commit f1abeb430e
2 changed files with 3 additions and 3 deletions

View File

@ -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}"

View File

@ -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