From e1b9bd44a8485d33a2ca32d49bf4efb4343a3cea Mon Sep 17 00:00:00 2001 From: Mars Liu Date: Sun, 26 Feb 2023 15:10:41 +0800 Subject: [PATCH] upgrade to 0.1.0 --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b1837..4924dd4 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,6 @@ CSDN 技能树结构(章节、元信息、习题)解释器,支持技能树 - 增加 subtree 字段 +### 0.1.0 + +- 增加新的习题类型 \ No newline at end of file diff --git a/setup.py b/setup.py index cea3a4f..7af000c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ this_directory = Path(__file__).parent long_description = (this_directory / "README.md").read_text(encoding="utf-8") setup(name="skill-tree-parser", - version="0.0.14", + version="0.1.0", description="CSDN Skill Tree Parser", long_description=long_description, long_description_content_type='text/markdown', -- GitLab