From fcff7f539218c5f6bf2c9edfed365ca19e432a05 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 25 Jun 2023 02:21:41 +0800 Subject: [PATCH] 0.0.4 --- README.md | 2 +- docs/change_log.md | 16 +++++++++++++++- lib_not_dr/__init__.py | 2 +- pyproject.toml | 8 +++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7462836..73c1e5f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif ## Information/信息 -- Version/版本: 0.0.3 +- Version/版本: 0.0.4 ### Author/作者 diff --git a/docs/change_log.md b/docs/change_log.md index 292bbad..72ca3e5 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -1,4 +1,18 @@ -# 0.0.1 +# Change log / 更新日志 + +## 0.0.4 + +添加了项目的 url + +## 0.0.3 + +继续添加了一些文档 + +## 0.0.2 + +添加了一些文档 + +## 0.0.1 - 添加了 - `nuitka.compile` diff --git a/lib_not_dr/__init__.py b/lib_not_dr/__init__.py index 30a0cc7..8996020 100644 --- a/lib_not_dr/__init__.py +++ b/lib_not_dr/__init__.py @@ -4,5 +4,5 @@ # All rights reserved # ------------------------------- -__version__ = '0.0.3' +__version__ = '0.0.4' diff --git a/pyproject.toml b/pyproject.toml index fbe5a22..847c23d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -version = "0.0.3" +version = "0.0.4" name = "lib-not-dr" description = "A python lib created from Difficult Rocket development" @@ -16,3 +16,9 @@ classifiers = [ "Operating System :: OS Independent", ] license = { file = "LICENSE" } + +[project.urls] +Homepage = "https://github.com/shenjackyuanjie/lib-not-dr" +Repository = "https://github.com/shenjackyuanjie/lib-not-dr" +Changelog = "https://github.com/shenjackyuanjie/lib-not-dr/blob/main/docs/change_log.md" +