Skip to content

Commit

Permalink
Merge pull request #239 from qir-alliance/iadavis/version-0.8.2
Browse files Browse the repository at this point in the history
Updating to 0.8.2
  • Loading branch information
idavis authored May 2, 2023
2 parents 3b359a8 + 3329ac3 commit acaeb54
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyqir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Microsoft"]
name = "pyqir"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
license = "MIT"
description = "PyQIR parses, generates and evaluates the Quantum Intermediate Representation."
Expand Down
4 changes: 2 additions & 2 deletions pyqir/NOTICE-WHEEL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4799,7 +4799,7 @@ limitations under the License.



qirlib 0.8.1 - SPDX: MIT - MIT License
qirlib 0.8.2 - SPDX: MIT - MIT License
https://github.com/qir-alliance/pyqir

/*
Expand Down Expand Up @@ -5174,7 +5174,7 @@ SOFTWARE.



pyqir 0.8.1 - SPDX: MIT - MIT License
pyqir 0.8.2 - SPDX: MIT - MIT License
https://github.com/qir-alliance/pyqir

MIT License
Expand Down
2 changes: 1 addition & 1 deletion pyqir/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyqir"
version = "0.8.1"
version = "0.8.2"
requires-python = ">= 3.7"
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion qirlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qirlib"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
license = "MIT"
description = "Base Profile QIR library"
Expand Down

0 comments on commit acaeb54

Please sign in to comment.