Skip to content

Commit

Permalink
Updating project files (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis authored Apr 5, 2022
1 parent 22bed82 commit 0a71326
Show file tree
Hide file tree
Showing 11 changed files with 712 additions and 712 deletions.
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.3.1-alpha"
version = "0.3.2-alpha"
edition = "2018"
license = "MIT"
description = "Python based QIR Evaluation (JIT) library."
Expand Down
472 changes: 236 additions & 236 deletions pyqir-evaluator/NOTICE-WHEEL.txt

Large diffs are not rendered by default.

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.3.1a1"
version = "0.3.2a1"
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.3.1-alpha"
version = "0.3.2-alpha"
edition = "2018"
license = "MIT"
description = "Python based QIR generator library."
Expand Down
472 changes: 236 additions & 236 deletions pyqir-generator/NOTICE-WHEEL.txt

Large diffs are not rendered by default.

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.3.1a1"
version = "0.3.2a1"
requires-python = ">=3.6"

[build-system]
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.3.1-alpha"
version = "0.3.2-alpha"
edition = "2018"
license = "MIT"
description = "Python based QIR parser library."
Expand Down
458 changes: 229 additions & 229 deletions pyqir-parser/NOTICE-WHEEL.txt

Large diffs are not rendered by default.

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.3.1a1"
version = "0.3.2a1"
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.3.1a1"
version = "0.3.2a1"
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.3.1a1
version = 0.3.2a1
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.3.1a1
pyqir-evaluator >= 0.3.1a1
pyqir-parser >= 0.3.1a1
pyqir-generator >= 0.3.2a1
pyqir-evaluator >= 0.3.2a1
pyqir-parser >= 0.3.2a1

0 comments on commit 0a71326

Please sign in to comment.