From 3d9771a35a9d0a8b6fee3f5b10eca940949d51f2 Mon Sep 17 00:00:00 2001 From: Toru Kawakubo Date: Fri, 25 Oct 2024 17:13:55 +0900 Subject: [PATCH] Release 0.20.2 --- 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 03131e27..57dcd68e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,14 +155,14 @@ dependencies = [ [[package]] name = "quri-parts" -version = "0.20.1" +version = "0.20.2" dependencies = [ "pyo3", ] [[package]] name = "quri-parts-rust" -version = "0.20.1" +version = "0.20.2" dependencies = [ "num-complex", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 131c3858..885732f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quri-parts" -version = "0.20.1" +version = "0.20.2" 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 b6ba1f5f..3625f76a 100644 --- a/packages/rust/Cargo.toml +++ b/packages/rust/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "quri-parts-rust" -version = "0.20.1" +version = "0.20.2" edition = "2021" publish = false [dependencies] num-complex = "0.4.6" -quri-parts = { path = "../../", version = "0.20.1", features = ["python"] } +quri-parts = { path = "../../", version = "0.20.2", features = ["python"] } [dependencies.pyo3] version = "*" diff --git a/packages/rust/pyproject.toml b/packages/rust/pyproject.toml index 2d26d176..ef21b62f 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.1" +version = "0.20.2" 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.1" +version = "0.20.2" description = "Platform-independent quantum circuit library" license = "Apache-2.0" authors = ["QURI Parts Authors "]