diff --git a/Cargo.toml b/Cargo.toml index 234ffe8..7956781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/python/Cargo.toml b/python/Cargo.toml index dcc1ba9..04d2ca5 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -14,5 +14,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"] }