Skip to content

Commit 934929e

Browse files
chore(release/hugr-py-0.2.0-pre): release hugr-py 0.2.0-pre.1 (#1023)
🤖 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>
1 parent 870453d commit 934929e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"hugr-py": "0.2.0-pre"
2+
"hugr-py": "0.2.0-pre.1"
33
}

hugr-py/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* set `[build-system]` in `hugr-py/pyproject.toml` ([870453d](https://github.com/CQCL/hugr/commit/870453d4fab07c1b5b2706435f4e62a0cc564671))
9+
310
## [0.2.0-pre](https://github.com/CQCL/hugr/compare/hugr-py-v0.1.0...hugr-py-v0.2.0-pre) (2024-05-10)
411

512

hugr-py/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Topic :: Scientific/Engineering",
1414
]
1515
name = "hugr"
16-
version = "0.2.0-pre"
16+
version = "0.2.0-pre.1"
1717
description = "Quantinuum's common representation for quantum programs"
1818
#keywords = []
1919
authors = ["TKET development team <[email protected]>"]

hugr-py/src/hugr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
representation.
33
"""
44

5-
__version__ = "0.2.0-pre"
5+
__version__ = "0.2.0-pre.1"
66

77

88
def it_works() -> str:

0 commit comments

Comments
 (0)