Skip to content

Commit 4237dda

Browse files
committed
Bump version to 0.6.5
1 parent c2730c7 commit 4237dda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "codexapi"
7-
version = "0.6.4"
7+
version = "0.6.5"
88
description = "Minimal Python API for running the Codex CLI."
99
readme = "README.md"
1010
requires-python = ">=3.8"

src/codexapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
"task_result",
2828
"watch",
2929
]
30-
__version__ = "0.6.4"
30+
__version__ = "0.6.5"

0 commit comments

Comments
 (0)