Skip to content

Commit bcd3fd9

Browse files
committed
bump version 0.3.x -> 0.4.0
1 parent 118d113 commit bcd3fd9

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.4.0

packages/adapters/pydantic-acp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pydantic-acp"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "ACP adapter for pydantic-ai agents."
55
readme = "README.md"
66
requires-python = ">=3.11"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

packages/helpers/codex-auth-helper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codex-auth-helper"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Codex auth helpers for pydantic-ai OpenAI Responses models."
55
readme = "README.md"
66
requires-python = ">=3.11"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "acpkit"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "ACP Kit provides a common adapter for Agent Frameworks."
55
readme = "README.md"
66
requires-python = ">=3.11"

src/acpkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
run_target,
1111
)
1212

13-
__version__ = "0.3.0"
13+
__version__ = "0.4.0"
1414

1515
__all__ = (
1616
"AcpKitError",

0 commit comments

Comments
 (0)