diff --git a/Cargo.lock b/Cargo.lock index 676cdbdc..f687fdea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "pyqir-evaluator" -version = "0.6.1" +version = "0.6.2" dependencies = [ "pyo3", "qirlib", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "pyqir-generator" -version = "0.6.1" +version = "0.6.2" dependencies = [ "pyo3", "qirlib", @@ -475,7 +475,7 @@ dependencies = [ [[package]] name = "pyqir-parser" -version = "0.6.1" +version = "0.6.2" dependencies = [ "inkwell", "llvm-ir", diff --git a/pyqir-evaluator/Cargo.toml b/pyqir-evaluator/Cargo.toml index 238d354c..07782558 100644 --- a/pyqir-evaluator/Cargo.toml +++ b/pyqir-evaluator/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Microsoft"] name = "pyqir-evaluator" -version = "0.6.1" +version = "0.6.2" 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 d78b8cef..420a51a4 100644 --- a/pyqir-evaluator/NOTICE-WHEEL.txt +++ b/pyqir-evaluator/NOTICE-WHEEL.txt @@ -9103,7 +9103,7 @@ SOFTWARE. -pyqir-evaluator 0.6.1 - SPDX: MIT - MIT License +pyqir-evaluator 0.6.2 - 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 9784e5a5..7524484c 100644 --- a/pyqir-evaluator/pyproject.toml +++ b/pyqir-evaluator/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyqir-evaluator" -version = "0.6.1" +version = "0.6.2" requires-python = ">=3.6" [build-system] diff --git a/pyqir-generator/Cargo.toml b/pyqir-generator/Cargo.toml index 7db77088..c0b41a70 100644 --- a/pyqir-generator/Cargo.toml +++ b/pyqir-generator/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Microsoft"] name = "pyqir-generator" -version = "0.6.1" +version = "0.6.2" 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 3edefc25..31d725b5 100644 --- a/pyqir-generator/NOTICE-WHEEL.txt +++ b/pyqir-generator/NOTICE-WHEEL.txt @@ -9103,7 +9103,7 @@ SOFTWARE. -pyqir-generator 0.6.1 - SPDX: MIT - MIT License +pyqir-generator 0.6.2 - 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 b3bc0ee8..896864a0 100644 --- a/pyqir-generator/pyproject.toml +++ b/pyqir-generator/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyqir-generator" -version = "0.6.1" +version = "0.6.2" requires-python = ">=3.6" dependencies = [ "dataclasses; python_version < '3.7'" diff --git a/pyqir-parser/Cargo.toml b/pyqir-parser/Cargo.toml index cf7d1fff..a11656db 100644 --- a/pyqir-parser/Cargo.toml +++ b/pyqir-parser/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Microsoft"] name = "pyqir-parser" -version = "0.6.1" +version = "0.6.2" 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 9d421195..7f56e6da 100644 --- a/pyqir-parser/NOTICE-WHEEL.txt +++ b/pyqir-parser/NOTICE-WHEEL.txt @@ -5663,7 +5663,7 @@ SOFTWARE. -pyqir-parser 0.6.1 - SPDX: MIT - MIT License +pyqir-parser 0.6.2 - 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 26714dd5..85925537 100644 --- a/pyqir-parser/pyproject.toml +++ b/pyqir-parser/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyqir-parser" -version = "0.6.1" +version = "0.6.2" requires-python = ">=3.6" [build-system] diff --git a/pyqir/pyproject.toml b/pyqir/pyproject.toml index 2d2df6c3..f8f28dc9 100644 --- a/pyqir/pyproject.toml +++ b/pyqir/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyqir" -version = "0.6.1" +version = "0.6.2" requires-python = ">=3.6" [build-system] diff --git a/pyqir/setup.cfg b/pyqir/setup.cfg index 82e2d3dd..1878dd6b 100644 --- a/pyqir/setup.cfg +++ b/pyqir/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyqir -version = 0.6.1 +version = 0.6.2 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.6.1 - pyqir-evaluator >= 0.6.1 - pyqir-parser >= 0.6.1 + pyqir-generator >= 0.6.2 + pyqir-evaluator >= 0.6.2 + pyqir-parser >= 0.6.2