diff --git a/CHANGELOG.md b/CHANGELOG.md index 463e138..9d22487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 6 种更新类别:Added、Changed、Deprecated、Removed、Fixed、Security。 +## [Unreleased] + +等待中... + ## [0.1.4] - 2026-04-26 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 1f0f3f3..253bd04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "njupt-suan-api" -version = "0.1.4" +version = "0.1.5" description = "API and MCP server for NJUPT infomation ~" readme = "README.md" requires-python = ">=3.13"