Skip to content

Commit adc1b17

Browse files
authored
Merge pull request #47 from EfficientContext/SecretSettler-patch-3
Bump version from 0.4.1 to 0.4.2
2 parents adfc3b2 + e3ad7f7 commit adc1b17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "contextpilot"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "Fast Long-Context Inference via Context Reuse"
99
readme = "README.md"
1010
requires-python = ">=3.10"
11-
authors = [{ name = "Yinsicheng Jiang" }, { name = "Yeqi Huang" }, { name = "Cheng Deng" }, { name = "Luo Mai" }]
11+
authors = [{ name = "Yinsicheng Jiang" }, { name = "Yeqi Huang" }, { name = "Liang Cheng" },{ name = "Cheng Deng" }, { name = "Xuan Sun" },{ name = "Luo Mai" }]
1212
license = { text = "Apache-2.0" }
1313
keywords = ["rag", "llm", "context-reuse", "kv-cache", "retrieval-augmented-generation", "agentic-memory", "agents"]
1414
classifiers = [
@@ -68,7 +68,7 @@ filterwarnings = [
6868
]
6969

7070
[tool.bumpver]
71-
current_version = "0.4.1"
71+
current_version = "0.4.2"
7272
version_pattern = "MAJOR.MINOR.PATCH"
7373
commit_message = "Bump version {old_version} -> {new_version}"
7474
commit = true

0 commit comments

Comments
 (0)