Skip to content

Commit

Permalink
chore: release v0.1.2 (#3)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 958dd23 commit 556bf23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["python"]

[workspace.package]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Token healing implementation"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ name = "mtc_token_healing"
crate-type = ["cdylib"]

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

0 comments on commit 556bf23

Please sign in to comment.