From 5bdf0861907622709f931533bb81a1425b29a76e Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 16 Jul 2023 02:00:29 +0800 Subject: [PATCH] update: 0.8.6.0 --- Difficult_Rocket/__init__.py | 2 +- README.md | 2 +- docs/README-en.md | 2 +- docs/src/change_log/dr_sdk.md | 4 ++-- pyproject.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Difficult_Rocket/__init__.py b/Difficult_Rocket/__init__.py index 42d3def..ef8ed66 100644 --- a/Difficult_Rocket/__init__.py +++ b/Difficult_Rocket/__init__.py @@ -10,7 +10,7 @@ from pathlib import Path from Difficult_Rocket.api.types import Options, Version -sdk_version = Version("0.8.5.3") # SDK 版本 +sdk_version = Version("0.8.6.0") # SDK 版本 build_version = Version("2.1.3.0") # 编译文件版本(与游戏本体无关) Api_version = Version("0.1.1.0") # API 版本 __version__ = sdk_version diff --git a/README.md b/README.md index 347c660..c70fd73 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ [关于版本号的说明](./docs/src/version.md) [![Generic badge](https://img.shields.io/badge/Release-0.8.5.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.8.5.3-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.8.6.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![Generic badge](https://img.shields.io/badge/Devloping-0.8.6-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 a28e021..52541c9 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -20,7 +20,7 @@ [About Versions](src/version.md) [![Generic badge](https://img.shields.io/badge/Release-0.8.5.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.8.5.3-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.8.6.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![Generic badge](https://img.shields.io/badge/Devloping-0.8.6-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/change_log/dr_sdk.md b/docs/src/change_log/dr_sdk.md index 575ee06..2d3323d 100644 --- a/docs/src/change_log/dr_sdk.md +++ b/docs/src/change_log/dr_sdk.md @@ -2,9 +2,9 @@ # DR SDK 更新日志 - 最新版本号 - - DR sdk: 0.8.5.3 + - DR sdk: 0.8.6.0 -## DR sdk 0.8.5.3 +## DR sdk 0.8.6.0 重构了一下项目结构 diff --git a/pyproject.toml b/pyproject.toml index 5d1777f..7334ecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "pdm.pep517.api" [project] name = "difficult-rocket" -version = "0.8.5.3" +version = "0.8.6.0" description = "A rocket game" authors = [ {name = "shenjackyuanjie", email = "3695888@qq.com"}