diff --git a/Cargo.lock b/Cargo.lock index 93ad15a9..676cdbdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "pyqir-evaluator" -version = "0.7.0-alpha.1" +version = "0.6.1" dependencies = [ "pyo3", "qirlib", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "pyqir-generator" -version = "0.7.0-alpha.1" +version = "0.6.1" dependencies = [ "pyo3", "qirlib", @@ -475,7 +475,7 @@ dependencies = [ [[package]] name = "pyqir-parser" -version = "0.7.0-alpha.1" +version = "0.6.1" dependencies = [ "inkwell", "llvm-ir", diff --git a/pyqir-evaluator/Cargo.toml b/pyqir-evaluator/Cargo.toml index ac0fb337..238d354c 100644 --- a/pyqir-evaluator/Cargo.toml +++ b/pyqir-evaluator/Cargo.toml @@ -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." diff --git a/pyqir-evaluator/NOTICE-WHEEL.txt b/pyqir-evaluator/NOTICE-WHEEL.txt index 3ca7eacf..d78b8cef 100644 --- a/pyqir-evaluator/NOTICE-WHEEL.txt +++ b/pyqir-evaluator/NOTICE-WHEEL.txt @@ -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 diff --git a/pyqir-evaluator/pyproject.toml b/pyqir-evaluator/pyproject.toml index eceb8731..9784e5a5 100644 --- a/pyqir-evaluator/pyproject.toml +++ b/pyqir-evaluator/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyqir-evaluator" -version = "0.7.0a1" +version = "0.6.1" requires-python = ">=3.6" [build-system] diff --git a/pyqir-generator/Cargo.toml b/pyqir-generator/Cargo.toml index 77063fcf..7db77088 100644 --- a/pyqir-generator/Cargo.toml +++ b/pyqir-generator/Cargo.toml @@ -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." diff --git a/pyqir-generator/NOTICE-WHEEL.txt b/pyqir-generator/NOTICE-WHEEL.txt index 52ca65b5..3edefc25 100644 --- a/pyqir-generator/NOTICE-WHEEL.txt +++ b/pyqir-generator/NOTICE-WHEEL.txt @@ -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 diff --git a/pyqir-generator/pyproject.toml b/pyqir-generator/pyproject.toml index 2ce8e32a..b3bc0ee8 100644 --- a/pyqir-generator/pyproject.toml +++ b/pyqir-generator/pyproject.toml @@ -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'" diff --git a/pyqir-parser/Cargo.toml b/pyqir-parser/Cargo.toml index 4a1c8a55..cf7d1fff 100644 --- a/pyqir-parser/Cargo.toml +++ b/pyqir-parser/Cargo.toml @@ -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." diff --git a/pyqir-parser/NOTICE-WHEEL.txt b/pyqir-parser/NOTICE-WHEEL.txt index 8f54a52c..9d421195 100644 --- a/pyqir-parser/NOTICE-WHEEL.txt +++ b/pyqir-parser/NOTICE-WHEEL.txt @@ -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 diff --git a/pyqir-parser/pyproject.toml b/pyqir-parser/pyproject.toml index 005964f2..26714dd5 100644 --- a/pyqir-parser/pyproject.toml +++ b/pyqir-parser/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyqir-parser" -version = "0.7.0a1" +version = "0.6.1" requires-python = ">=3.6" [build-system] diff --git a/pyqir/pyproject.toml b/pyqir/pyproject.toml index 911215b4..2d2df6c3 100644 --- a/pyqir/pyproject.toml +++ b/pyqir/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyqir" -version = "0.7.0a1" +version = "0.6.1" requires-python = ">=3.6" [build-system] diff --git a/pyqir/setup.cfg b/pyqir/setup.cfg index 76b079c4..82e2d3dd 100644 --- a/pyqir/setup.cfg +++ b/pyqir/setup.cfg @@ -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) @@ -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