From 7cd633c94030c529f31d01393cd7c58ac1d291f1 Mon Sep 17 00:00:00 2001 From: Toru Kawakubo Date: Fri, 25 Oct 2024 16:29:34 +0900 Subject: [PATCH 1/2] Release 0.20.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- packages/rust/Cargo.toml | 4 ++-- packages/rust/pyproject.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56964e03..03131e27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,14 +155,14 @@ dependencies = [ [[package]] name = "quri-parts" -version = "0.19.0" +version = "0.20.1" dependencies = [ "pyo3", ] [[package]] name = "quri-parts-rust" -version = "0.19.0" +version = "0.20.1" dependencies = [ "num-complex", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 8b97f9c2..131c3858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quri-parts" -version = "0.20.0" +version = "0.20.1" edition = "2021" description = "Platform-independent quantum computing library" authors = ["QURI Parts Authors "] diff --git a/packages/rust/Cargo.toml b/packages/rust/Cargo.toml index 030ebe65..b6ba1f5f 100644 --- a/packages/rust/Cargo.toml +++ b/packages/rust/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "quri-parts-rust" -version = "0.20.0" +version = "0.20.1" edition = "2021" publish = false [dependencies] num-complex = "0.4.6" -quri-parts = { path = "../../", version = "0.20.0", features = ["python"] } +quri-parts = { path = "../../", version = "0.20.1", features = ["python"] } [dependencies.pyo3] version = "*" diff --git a/packages/rust/pyproject.toml b/packages/rust/pyproject.toml index 53449e69..2d26d176 100644 --- a/packages/rust/pyproject.toml +++ b/packages/rust/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "numpy>=1.22.0", ] name = "quri-parts-rust" -version = "0.20.0" +version = "0.20.1" description = "Platform-independent quantum circuit library" license = { text = "Apache-2.0"} authors = [ @@ -28,7 +28,7 @@ Documentation = "https://quri-parts.qunasys.com" # The followings is needed for rust-sdist-package CI [tool.poetry] name = "quri-parts-rust" -version = "0.20.0" +version = "0.20.1" description = "Platform-independent quantum circuit library" license = "Apache-2.0" authors = ["QURI Parts Authors "] From 0f5b15d93688addc7528bd2e23ca7d5bd60173db Mon Sep 17 00:00:00 2001 From: Toru Kawakubo Date: Fri, 25 Oct 2024 16:36:46 +0900 Subject: [PATCH 2/2] Update license files --- .licenses/pip/pytket.dep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.licenses/pip/pytket.dep.yml b/.licenses/pip/pytket.dep.yml index 76e29a02..90933549 100644 --- a/.licenses/pip/pytket.dep.yml +++ b/.licenses/pip/pytket.dep.yml @@ -1,6 +1,6 @@ --- name: pytket -version: 1.33.1 +version: 1.34.0 type: pip summary: Quantum computing toolkit and interface to the TKET compiler homepage: ''