Skip to content

Commit

Permalink
Merge pull request #231 from qir-alliance/iadavis/release-0.8.0
Browse files Browse the repository at this point in the history
Updating version number to 0.8.0
  • Loading branch information
idavis authored Mar 9, 2023
2 parents b49f671 + 4f33cc1 commit 0c682ed
Show file tree
Hide file tree
Showing 6 changed files with 216 additions and 215 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.

1 change: 1 addition & 0 deletions examples/bernstein_vazirani.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
SimpleModule,
)


# Create a simple entry point defining the sequence
def create_bernstein_vazirani() -> SimpleModule:
module = SimpleModule("Bernstein-Vazirani", num_qubits=6, num_results=5)
Expand Down
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.0-alpha.1"
version = "0.8.0"
edition = "2021"
license = "MIT"
description = "PyQIR parses, generates and evaluates the Quantum Intermediate Representation."
Expand Down
Loading

0 comments on commit 0c682ed

Please sign in to comment.