Skip to content

Commit

Permalink
Bump version to 0.7.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
swernli authored May 23, 2024
1 parent 4ad1104 commit d8a125d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qir-backend"
version = "0.6.0"
version = "0.7.0"
authors = ["Microsoft"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pip/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "qirrunner"
version = "0.6.0"
version = "0.7.0"
requires-python = ">= 3.8"
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runner"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion sparsesim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quantum-sparse-sim"
version = "0.6.0"
version = "0.7.0"
authors = ["Microsoft"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion stdlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qir-stdlib"
version = "0.6.0"
version = "0.7.0"
authors = ["Microsoft"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit d8a125d

Please sign in to comment.