Skip to content

Commit c99fcca

Browse files
committed
chore: change version to 0.0.6
1 parent 215d3c1 commit c99fcca

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION

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

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.5"
3+
version = "0.0.6"
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.5"
60+
current_version = "0.0.6"
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)