diff --git a/Cargo.lock b/Cargo.lock index ef9585ac..b7a95cdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -698,7 +698,7 @@ dependencies = [ [[package]] name = "qir-backend" -version = "0.7.0" +version = "0.7.1" dependencies = [ "bitvec", "criterion", @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "qir-stdlib" -version = "0.7.0" +version = "0.7.1" dependencies = [ "num-bigint", "rand", @@ -727,7 +727,7 @@ dependencies = [ [[package]] name = "quantum-sparse-sim" -version = "0.7.0" +version = "0.7.1" dependencies = [ "ndarray", "num-bigint", @@ -838,7 +838,7 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "runner" -version = "0.7.0" +version = "0.7.1" dependencies = [ "clap", "inkwell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 71ca8c5a..fe6d503e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qir-backend" -version = "0.7.0" +version = "0.7.1" authors = ["Microsoft"] edition = "2021" license = "MIT" diff --git a/pip/NOTICE.txt b/pip/NOTICE.txt index 763fae05..de2efbb0 100644 --- a/pip/NOTICE.txt +++ b/pip/NOTICE.txt @@ -14621,7 +14621,7 @@ SOFTWARE. -qir-backend 0.7.0 - SPDX: MIT - MIT License +qir-backend 0.7.1 - SPDX: MIT - MIT License https://crates.io/crates/qir-backend MIT License @@ -14636,7 +14636,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -qir-stdlib 0.7.0 - SPDX: MIT - MIT License +qir-stdlib 0.7.1 - SPDX: MIT - MIT License https://crates.io/crates/qir-stdlib MIT License @@ -14666,7 +14666,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -quantum-sparse-sim 0.7.0 - SPDX: MIT - MIT License +quantum-sparse-sim 0.7.1 - SPDX: MIT - MIT License https://crates.io/crates/quantum-sparse-sim MIT License @@ -14681,7 +14681,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -runner 0.7.0 - SPDX: MIT - MIT License +runner 0.7.1 - SPDX: MIT - MIT License https://crates.io/crates/runner MIT License diff --git a/pip/pyproject.toml b/pip/pyproject.toml index c2a70de4..1b2b679f 100644 --- a/pip/pyproject.toml +++ b/pip/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "qirrunner" -version = "0.7.0" +version = "0.7.1" requires-python = ">= 3.8" classifiers = [ "License :: OSI Approved :: MIT License", diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 8e56d1e1..6a956495 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runner" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MIT" diff --git a/sparsesim/Cargo.toml b/sparsesim/Cargo.toml index ac20105a..53dea2d2 100644 --- a/sparsesim/Cargo.toml +++ b/sparsesim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantum-sparse-sim" -version = "0.7.0" +version = "0.7.1" authors = ["Microsoft"] edition = "2021" license = "MIT" diff --git a/stdlib/Cargo.toml b/stdlib/Cargo.toml index bcf84fc8..149ed4cc 100644 --- a/stdlib/Cargo.toml +++ b/stdlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qir-stdlib" -version = "0.7.0" +version = "0.7.1" authors = ["Microsoft"] edition = "2021" license = "MIT" diff --git a/stdlib/NOTICE.txt b/stdlib/NOTICE.txt index 5eaf850b..c0342a64 100644 --- a/stdlib/NOTICE.txt +++ b/stdlib/NOTICE.txt @@ -2220,7 +2220,7 @@ limitations under the License. -qir-stdlib 0.7.0 - SPDX: MIT - MIT License +qir-stdlib 0.7.1 - SPDX: MIT - MIT License https://crates.io/crates/qir-stdlib MIT License