Skip to content

Commit fbb83ce

Browse files
chore(release): v0.3.0 [skip ci]
1 parent 6d82719 commit fbb83ce

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

codex/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@
2828
"CodexConfig",
2929
]
3030

31-
# Package version. Kept in sync with Cargo.toml via CI before builds.
32-
__version__ = "0.2.16"
31+
# Package version. Kept in sync with Cargo.toml via CI before builds..3.0"

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 = "0.2.16"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)