From f1278c02f6a6638c3bfebd9fe1903c56244a7351 Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Mon, 1 Jul 2024 13:28:34 -0500 Subject: [PATCH] Update to version 0.10.3 (#289) --- Cargo.lock | 4 ++-- pyqir/Cargo.toml | 2 +- pyqir/NOTICE-WHEEL.txt | 4 ++-- pyqir/pyproject.toml | 2 +- qirlib/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e90ede0b..d586d3eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,7 +304,7 @@ dependencies = [ [[package]] name = "pyqir" -version = "0.10.2" +version = "0.10.3" dependencies = [ "const-str", "llvm-sys 110.0.4", @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "qirlib" -version = "0.10.2" +version = "0.10.3" dependencies = [ "bitvec", "cc", diff --git a/pyqir/Cargo.toml b/pyqir/Cargo.toml index 2b120a02..21ba4643 100644 --- a/pyqir/Cargo.toml +++ b/pyqir/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Microsoft"] name = "pyqir" -version = "0.10.2" +version = "0.10.3" edition = "2021" license = "MIT" description = "PyQIR parses, generates and evaluates the Quantum Intermediate Representation." diff --git a/pyqir/NOTICE-WHEEL.txt b/pyqir/NOTICE-WHEEL.txt index 3a8018fb..aa7f5b84 100644 --- a/pyqir/NOTICE-WHEEL.txt +++ b/pyqir/NOTICE-WHEEL.txt @@ -5595,7 +5595,7 @@ limitations under the License. -qirlib 0.10.2 - SPDX: MIT - MIT License +qirlib 0.10.3 - SPDX: MIT - MIT License https://github.com/qir-alliance/pyqir /* @@ -5970,7 +5970,7 @@ SOFTWARE. -pyqir 0.10.2 - SPDX: MIT - MIT License +pyqir 0.10.3 - SPDX: MIT - MIT License https://github.com/qir-alliance/pyqir MIT License diff --git a/pyqir/pyproject.toml b/pyqir/pyproject.toml index e433f9c6..720dc7cc 100644 --- a/pyqir/pyproject.toml +++ b/pyqir/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyqir" -version = "0.10.2" +version = "0.10.3" requires-python = ">= 3.8" classifiers = [ "License :: OSI Approved :: MIT License", diff --git a/qirlib/Cargo.toml b/qirlib/Cargo.toml index 88bc3ed4..670588e8 100644 --- a/qirlib/Cargo.toml +++ b/qirlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qirlib" -version = "0.10.2" +version = "0.10.3" edition = "2021" license = "MIT" description = "Base Profile QIR library"