Skip to content

Commit

Permalink
Bump version to v0.6.0 and delete changelog (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarsha authored Sep 26, 2022
1 parent 71ca368 commit 2173100
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 148 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.

131 changes: 0 additions & 131 deletions Changelog.md

This file was deleted.

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.6.0-alpha"
version = "0.6.0"
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.6.0-alpha - SPDX: MIT - MIT License
pyqir-evaluator 0.6.0 - 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.6.0a1"
version = "0.6.0"
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.6.0-alpha"
version = "0.6.0"
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.6.0-alpha - SPDX: MIT - MIT License
pyqir-generator 0.6.0 - 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.6.0a1"
version = "0.6.0"
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.6.0-alpha"
version = "0.6.0"
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.6.0-alpha - SPDX: MIT - MIT License
pyqir-parser 0.6.0 - 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.6.0a1"
version = "0.6.0"
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.6.0a1"
version = "0.6.0"
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.6.0a1
version = 0.6.0
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.6.0a1
pyqir-evaluator >= 0.6.0a1
pyqir-parser >= 0.6.0a1
pyqir-generator >= 0.6.0
pyqir-evaluator >= 0.6.0
pyqir-parser >= 0.6.0

0 comments on commit 2173100

Please sign in to comment.