Skip to content

Commit 105843a

Browse files
committed
Release 0.2.0
1 parent c7f2a4f commit 105843a

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openpit-python"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.75"
66
publish = false
@@ -18,6 +18,6 @@ crate-type = ["cdylib"]
1818
test = false
1919

2020
[dependencies]
21-
openpit = { version = "0.1.3", path = "../../crates/openpit" }
22-
pit-interop = { version = "0.1.3", path = "../../crates/pit-interop" }
21+
openpit = { version = "0.2.0", path = "../../crates/openpit" }
22+
pit-interop = { version = "0.2.0", path = "../../crates/pit-interop" }
2323
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.3"
3+
version = "0.2.0"
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.3"
3+
version = "0.2.0"
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.3", path = "../openpit" }
14+
openpit = { version = "0.2.0", path = "../openpit" }

crates/pit-interop/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "pit-interop"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
publish = false
66
license = "Apache-2.0"
77
repository = "https://github.com/openpitkit/pit"
88
description = "Runtime interoperability layer for Pit language bindings"
99

1010
[dependencies]
11-
openpit = { version = "0.1.3", path = "../openpit" }
11+
openpit = { version = "0.2.0", path = "../openpit" }

0 commit comments

Comments
 (0)