From b32d70ee0017c56a649f3cecb9e5a4d232e3cfc2 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Mon, 5 Aug 2024 15:30:09 +0100 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 456b2db18..f2917fed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1768,7 +1768,7 @@ dependencies = [ [[package]] name = "tket2" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bytemuck", "cgmath", @@ -1810,7 +1810,7 @@ dependencies = [ [[package]] name = "tket2-hseries" -version = "0.1.0" +version = "0.1.1" dependencies = [ "cool_asserts", "hugr", diff --git a/tket2-hseries/Cargo.toml b/tket2-hseries/Cargo.toml index 66760dc47..505c005ef 100644 --- a/tket2-hseries/Cargo.toml +++ b/tket2-hseries/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket2-hseries" -version = "0.1.0" +version = "0.1.1" edition.workspace = true rust-version.workspace = true @@ -15,7 +15,7 @@ categories = ["compilers"] [dependencies] hugr.workspace = true -tket2 = { path = "../tket2", version = "0.1.0" } +tket2 = { path = "../tket2", version = "0.1.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 6b9441cfd..da4073c8a 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.1.0", features = [ +tket2 = { path = "../tket2", version = "0.1.1", features = [ "portmatching", "binary-eccs", ] } diff --git a/tket2/Cargo.toml b/tket2/Cargo.toml index 179c91233..b668721f3 100644 --- a/tket2/Cargo.toml +++ b/tket2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket2" -version = "0.1.0" +version = "0.1.1" edition = { workspace = true } rust-version = { workspace = true }