Skip to content

Commit

Permalink
chore(release/hugr-py-0.2.0-pre): release hugr-py 0.2.0-pre.1 (#1023)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.0-pre.1](hugr-py-v0.2.0-pre...hugr-py-v0.2.0-pre.1)
(2024-05-10)


### Bug Fixes

* set `[build-system]` in `hugr-py/pyproject.toml`
([870453d](870453d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 10, 2024
1 parent 870453d commit 934929e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"hugr-py": "0.2.0-pre"
"hugr-py": "0.2.0-pre.1"
}
7 changes: 7 additions & 0 deletions hugr-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0-pre.1](https://github.com/CQCL/hugr/compare/hugr-py-v0.2.0-pre...hugr-py-v0.2.0-pre.1) (2024-05-10)


### Bug Fixes

* set `[build-system]` in `hugr-py/pyproject.toml` ([870453d](https://github.com/CQCL/hugr/commit/870453d4fab07c1b5b2706435f4e62a0cc564671))

## [0.2.0-pre](https://github.com/CQCL/hugr/compare/hugr-py-v0.1.0...hugr-py-v0.2.0-pre) (2024-05-10)


Expand Down
2 changes: 1 addition & 1 deletion hugr-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
name = "hugr"
version = "0.2.0-pre"
version = "0.2.0-pre.1"
description = "Quantinuum's common representation for quantum programs"
#keywords = []
authors = ["TKET development team <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion hugr-py/src/hugr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
representation.
"""

__version__ = "0.2.0-pre"
__version__ = "0.2.0-pre.1"


def it_works() -> str:
Expand Down

0 comments on commit 934929e

Please sign in to comment.