Skip to content

Commit cb32d48

Browse files
committed
ci: fix publish packaging; bump to ..1
1 parent 0739584 commit cb32d48

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__ = ""
34+
__version__ = "..1"

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

66
[lib]

0 commit comments

Comments
 (0)