Skip to content

Commit 264d6e6

Browse files
committed
chore: 更新版本号
1 parent 7b962b9 commit 264d6e6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clean:
1010
@rm -rf src/fastapi_keystone.egg-info
1111

1212
build: clean
13-
#@uv run bumpver update --patch
13+
uv run bumpver update --patch --no-commit
1414
uv build
1515

1616
publish:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-keystone"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "🚀 基于 FastAPI 的现代化快速开发框架,提供企业级的多租户、依赖注入、路由管理等特性"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -57,7 +57,7 @@ dev = [
5757
]
5858

5959
[bumpver]
60-
current_version = "0.0.4"
60+
current_version = "0.0.5"
6161
version_pattern = "MAJOR.MINOR.PATCH"
6262
commit_message = "Bump version {old_version} -> {new_version}"
6363
commit = true

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)