From da2dc93609c3e6297f19f406f2ca9902ad6a8059 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Mon, 23 Dec 2024 08:12:09 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- tket2-hseries/Cargo.toml | 4 ++-- tket2-py/Cargo.toml | 2 +- tket2/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18f769ee..676c087e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2010,7 +2010,7 @@ dependencies = [ [[package]] name = "tket2" -version = "0.7.0" +version = "0.7.1" dependencies = [ "bytemuck", "cgmath", @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "tket2-hseries" -version = "0.7.1" +version = "0.7.2" dependencies = [ "clap", "cool_asserts", diff --git a/tket2-hseries/Cargo.toml b/tket2-hseries/Cargo.toml index ac90c121..e6152b35 100644 --- a/tket2-hseries/Cargo.toml +++ b/tket2-hseries/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket2-hseries" -version = "0.7.1" +version = "0.7.2" edition.workspace = true rust-version.workspace = true @@ -23,7 +23,7 @@ required-features = ["cli"] [dependencies] hugr.workspace = true -tket2 = { path = "../tket2", version = "0.7.0" } +tket2 = { path = "../tket2", version = "0.7.1" } lazy_static.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true diff --git a/tket2-py/Cargo.toml b/tket2-py/Cargo.toml index e905d547..e037f7d7 100644 --- a/tket2-py/Cargo.toml +++ b/tket2-py/Cargo.toml @@ -19,7 +19,7 @@ test = false bench = false [dependencies] -tket2 = { path = "../tket2", version = "0.7.0", features = [ +tket2 = { path = "../tket2", version = "0.7.1", features = [ "portmatching", "binary-eccs", ] } diff --git a/tket2/Cargo.toml b/tket2/Cargo.toml index 0121b238..0d2b1d3e 100644 --- a/tket2/Cargo.toml +++ b/tket2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket2" -version = "0.7.0" +version = "0.7.1" edition = { workspace = true } rust-version = { workspace = true }