From f9d6d5560d38eff6b7206fc9beca8bac1c6a82e4 Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Mon, 20 May 2024 10:46:47 -0700 Subject: [PATCH] Update package version number (#272) --- Cargo.lock | 4 ++-- pyqir/Cargo.toml | 2 +- pyqir/NOTICE-WHEEL.txt | 18 +++++++++--------- pyqir/pyproject.toml | 2 +- qirlib/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 732bc973..ef61cda0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,7 +304,7 @@ dependencies = [ [[package]] name = "pyqir" -version = "0.10.0" +version = "0.10.1" dependencies = [ "const-str", "llvm-sys 110.0.4", @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "qirlib" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bitvec", "cc", diff --git a/pyqir/Cargo.toml b/pyqir/Cargo.toml index 453d6917..7d5a7f30 100644 --- a/pyqir/Cargo.toml +++ b/pyqir/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Microsoft"] name = "pyqir" -version = "0.10.0" +version = "0.10.1" 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 10c711aa..46ffa885 100644 --- a/pyqir/NOTICE-WHEEL.txt +++ b/pyqir/NOTICE-WHEEL.txt @@ -5595,7 +5595,7 @@ limitations under the License. -qirlib 0.10.0 - SPDX: MIT - MIT License +qirlib 0.10.1 - SPDX: MIT - MIT License https://github.com/qir-alliance/pyqir /* @@ -5773,13 +5773,13 @@ SOFTWARE. mut_static 5.0.0 - SPDX: MIT - MIT License https://github.com/tyleo/mut_static.git -Copyright (c) 2016 Tyler Wolf Leonhardt - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Copyright (c) 2016 Tyler Wolf Leonhardt + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -5970,7 +5970,7 @@ SOFTWARE. -pyqir 0.10.0 - SPDX: MIT - MIT License +pyqir 0.10.1 - SPDX: MIT - MIT License https://github.com/qir-alliance/pyqir MIT License diff --git a/pyqir/pyproject.toml b/pyqir/pyproject.toml index 67461919..4dd2c006 100644 --- a/pyqir/pyproject.toml +++ b/pyqir/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyqir" -version = "0.10.0" +version = "0.10.1" requires-python = ">= 3.8" classifiers = [ "License :: OSI Approved :: MIT License", diff --git a/qirlib/Cargo.toml b/qirlib/Cargo.toml index 5c3d771a..24c19a68 100644 --- a/qirlib/Cargo.toml +++ b/qirlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qirlib" -version = "0.10.0" +version = "0.10.1" edition = "2021" license = "MIT" description = "Base Profile QIR library"