Skip to content

Commit 556bf23

Browse files
chore: release v0.1.2 (#3)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 958dd23 commit 556bf23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["python"]
33

44
[workspace.package]
5-
version = "0.1.1"
5+
version = "0.1.2"
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
88
description = "Token healing implementation"

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ name = "mtc_token_healing"
1515
crate-type = ["cdylib"]
1616

1717
[dependencies]
18-
mtc-token-healing = { version = "0.1.0", path = "..", features = ["pyo3"] }
18+
mtc-token-healing = { version = "0.1.2", path = "..", features = ["pyo3"] }
1919
pyo3 = { version = "0.21.2", features = ["extension-module", "generate-import-lib", "abi3-py39"] }

0 commit comments

Comments
 (0)