Skip to content

Commit ca76c3f

Browse files
committed
Release 0.1.2
1 parent 49478d2 commit ca76c3f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openpit-python"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
rust-version = "1.75"
66
publish = false
@@ -18,5 +18,5 @@ crate-type = ["cdylib"]
1818
test = false
1919

2020
[dependencies]
21-
openpit = { version = "0.1.1", path = "../../crates/openpit" }
21+
openpit = { version = "0.1.2", path = "../../crates/openpit" }
2222
pyo3 = { version = "0.22", features = ["abi3-py39", "generate-import-lib"] }

crates/openpit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openpit"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
rust-version = "1.75"
66
license = "Apache-2.0"

crates/pit-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pit-ffi"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
publish = false
66
license = "Apache-2.0"
@@ -11,4 +11,4 @@ description = "Pit FFI bindings"
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
openpit = { version = "0.1.1", path = "../openpit" }
14+
openpit = { version = "0.1.2", path = "../openpit" }

0 commit comments

Comments
 (0)