Skip to content

Commit 5773093

Browse files
chore(release): v1.114.3 [skip ci]
1 parent 99466fc commit 5773093

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
from codex.thread import CodexTurnStream, Input, Thread
1919

20-
__version__ = "1.114.2"
20+
__version__ = "1.114.3"
2121

2222
__all__ = [
2323
"Codex",

crates/codex_native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codex_native"
3-
version = "1.114.2"
3+
version = "1.114.3"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)