步进一下版本号, 0.9.0.1
This commit is contained in:
parent
9090452482
commit
ad611b4adf
@ -8,7 +8,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
from Difficult_Rocket.api.types import Options, Version
|
from Difficult_Rocket.api.types import Options, Version
|
||||||
|
|
||||||
sdk_version = Version("0.9.0.0") # SDK 版本
|
sdk_version = Version("0.9.0.1") # SDK 版本
|
||||||
build_version = Version("3.0.0.0") # 编译文件版本(与游戏本体无关)
|
build_version = Version("3.0.0.0") # 编译文件版本(与游戏本体无关)
|
||||||
api_version = Version("0.1.2.1") # API 版本
|
api_version = Version("0.1.2.1") # API 版本
|
||||||
__version__ = sdk_version
|
__version__ = sdk_version
|
||||||
|
@ -29,7 +29,6 @@ from Difficult_Rocket.api.types import Fonts, Options
|
|||||||
from Difficult_Rocket.command.line import CommandText
|
from Difficult_Rocket.command.line import CommandText
|
||||||
from Difficult_Rocket.client.screen import BaseScreen
|
from Difficult_Rocket.client.screen import BaseScreen
|
||||||
from Difficult_Rocket.api.camera import CenterGroupCamera
|
from Difficult_Rocket.api.camera import CenterGroupCamera
|
||||||
from Difficult_Rocket.api.gui.widget import PressTextButton
|
|
||||||
|
|
||||||
from lib_not_dr import loggers
|
from lib_not_dr import loggers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user