Skip to content

Commit ecc3529

Browse files
authored
Bump python project version to v0.3.0 (#1127)
Signed-off-by: Jiaxin Shan <[email protected]>
1 parent 66f93dc commit ecc3529

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/aibrix/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aibrix"
3-
version = "0.3.0rc2.post1"
3+
version = "0.3.0"
44
description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure."
55
authors = [
66
"AIBrix Authors <[email protected]>"

python/aibrix_kvcache/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aibrix-kvcache"
3-
version = "0.3.0rc2.post1"
3+
version = "0.3.0"
44
description = "AIBrix KV Cache offloading framework for cross-engine KV reuse"
55
authors = [{name = "AIBrix Team"}]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)