From 556bf23b24c505ccd3ecf63f7448e4ef5e85d22d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 08:57:40 +0800 Subject: [PATCH] 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> --- Cargo.toml | 2 +- python/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 b65e3e9..171f443 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -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"] }