Skip to content

Commit

Permalink
Set version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Marshall committed Sep 28, 2022
1 parent c68d67e commit 516a10b
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 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-evaluator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Microsoft"]
name = "pyqir-evaluator"
version = "0.7.0-alpha.1"
version = "0.6.1"
edition = "2018"
license = "MIT"
description = "Python based QIR Evaluation (JIT) library."
Expand Down
2 changes: 1 addition & 1 deletion pyqir-evaluator/NOTICE-WHEEL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9103,7 +9103,7 @@ SOFTWARE.



pyqir-evaluator 0.7.0a1 - SPDX: MIT - MIT License
pyqir-evaluator 0.6.1 - SPDX: MIT - MIT License
https://github.com/qir-alliance/pyqir

MIT License
Expand Down
2 changes: 1 addition & 1 deletion pyqir-evaluator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyqir-evaluator"
version = "0.7.0a1"
version = "0.6.1"
requires-python = ">=3.6"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion pyqir-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Microsoft"]
name = "pyqir-generator"
version = "0.7.0-alpha.1"
version = "0.6.1"
edition = "2018"
license = "MIT"
description = "Python based QIR generator library."
Expand Down
2 changes: 1 addition & 1 deletion pyqir-generator/NOTICE-WHEEL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9103,7 +9103,7 @@ SOFTWARE.



pyqir-generator 0.7.0a1 - SPDX: MIT - MIT License
pyqir-generator 0.6.1 - SPDX: MIT - MIT License
https://github.com/qir-alliance/pyqir

MIT License
Expand Down
2 changes: 1 addition & 1 deletion pyqir-generator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyqir-generator"
version = "0.7.0a1"
version = "0.6.1"
requires-python = ">=3.6"
dependencies = [
"dataclasses; python_version < '3.7'"
Expand Down
2 changes: 1 addition & 1 deletion pyqir-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Microsoft"]
name = "pyqir-parser"
version = "0.7.0-alpha.1"
version = "0.6.1"
edition = "2018"
license = "MIT"
description = "Python based QIR parser library."
Expand Down
2 changes: 1 addition & 1 deletion pyqir-parser/NOTICE-WHEEL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5663,7 +5663,7 @@ SOFTWARE.



pyqir-parser 0.7.0a1 - SPDX: MIT - MIT License
pyqir-parser 0.6.1 - SPDX: MIT - MIT License
https://github.com/qir-alliance/pyqir

MIT License
Expand Down
2 changes: 1 addition & 1 deletion pyqir-parser/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyqir-parser"
version = "0.7.0a1"
version = "0.6.1"
requires-python = ">=3.6"

[build-system]
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.7.0a1"
version = "0.6.1"
requires-python = ">=3.6"

[build-system]
Expand Down
8 changes: 4 additions & 4 deletions pyqir/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyqir
version = 0.7.0a1
version = 0.6.1
author = Microsoft
license = MIT
description = PyQIR - set of APIs for generating, parsing, and evaluating Quantum Intermediate Representation (QIR)
Expand All @@ -27,6 +27,6 @@ classifiers =
[options]
python_requires = >= 3.6
install_requires =
pyqir-generator >= 0.7.0a1
pyqir-evaluator >= 0.7.0a1
pyqir-parser >= 0.7.0a1
pyqir-generator >= 0.6.1
pyqir-evaluator >= 0.6.1
pyqir-parser >= 0.6.1

0 comments on commit 516a10b

Please sign in to comment.