Skip to content

Commit 0708630

Browse files
committed
ci: fix publish packaging; set version 0.2.6
1 parent cb32d48 commit 0708630

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
@@ -31,4 +31,4 @@
3131
]
3232

3333
# Package version. Kept in sync with Cargo.toml via CI before builds.
34-
__version__ = "..1"
34+
__version__ = "0.2.6"

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

66
[lib]

0 commit comments

Comments
 (0)