diff --git a/Difficult_Rocket/__init__.py b/Difficult_Rocket/__init__.py index fefefe9..4892c7c 100644 --- a/Difficult_Rocket/__init__.py +++ b/Difficult_Rocket/__init__.py @@ -5,7 +5,6 @@ # ------------------------------- import sys -import time import importlib import traceback import contextlib @@ -18,9 +17,9 @@ from Difficult_Rocket.utils.thread import new_thread from libs.MCDR.version import Version -game_version = Version("0.7.2.2") # 游戏版本 +game_version = Version("0.8.0.0") # 游戏版本 build_version = Version("1.2.1.0") # 编译文件版本(与游戏本体无关) -Api_version = Version("0.1.0.0") # API 版本 +Api_version = Version("0.1.1.0") # API 版本 __version__ = game_version long_version: int = 15 diff --git a/README.md b/README.md index 478e6cc..f43deca 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ 996.icu [![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/) [![Generic badge](https://img.shields.io/badge/编写于_Python_版本-3.8.10-blue.svg)](https://Python.org) -[![Generic badge](https://img.shields.io/badge/编写于_Pyglet_版本-2.0.5-blue.svg)](https://pyglet.org) +[![Generic badge](https://img.shields.io/badge/编写于_Pyglet_版本-2.0.7-blue.svg)](https://pyglet.org) [![Generic badge](https://img.shields.io/badge/Python-_3.8_|_3.9_|_3.10_|_3.11_-blue.svg)](https://Python.org) ## 版本 [关于版本号的说明](./docs/src/version.md) -[![Generic badge](https://img.shields.io/badge/Release-0.7.2.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.2.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Devloping-0.7.3-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Release-0.8.0.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.8.0.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Devloping-0.8.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![language badge](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark)](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark) diff --git a/docs/README-en.md b/docs/README-en.md index 0782414..895dcea 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -17,9 +17,9 @@ [About Versions](src/version.md) -[![Generic badge](https://img.shields.io/badge/Release-0.7.2.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.2.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Devloping-0.7.3-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Release-0.8.0.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.8.0.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Devloping-0.8.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![language badge](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark)](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark) diff --git a/docs/src/update_logs.md b/docs/src/update_logs.md index 3725763..8bcf070 100644 --- a/docs/src/update_logs.md +++ b/docs/src/update_logs.md @@ -15,7 +15,7 @@ [关于版本号的说明/about version](version.md) [![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/) -![Generic badge](https://img.shields.io/badge/Version-0.7.2.0-yellow.svg) +![Generic badge](https://img.shields.io/badge/Version-0.8.0.0-yellow.svg) - [![Readme-github](https://img.shields.io/badge/Readme-Github-blue.svg?style=flat-square&logo=Github)](https://github.com/shenjackyuanjie/Difficult-Rocket) - [![Readme-gitee](https://img.shields.io/badge/Readme-Gitee-blue.svg?style=flat-square&logo=Gitee)](https://gitee.com/shenjackyuanjie/Difficult-Rocket) @@ -28,6 +28,8 @@ > 啊啊啊啊啊 大重构 api +> 现在控制台是 真 多线程了 + ### DR_api `0.1.0.0` - 大概是一个可用的版本了 diff --git a/pyproject.toml b/pyproject.toml index 3203da7..dd92ec0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "pdm.pep517.api" [project] name = "difficult-rocket" -version = "0.7.2.2" +version = "0.8.0.0" description = "A rocket game" authors = [ {name = "shenjackyuanjie", email = "3695888@qq.com"}