-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release hugr-py 0.4.0 (#1289)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](hugr-py-v0.3.1...hugr-py-v0.4.0) (2024-07-10) ### ⚠ BREAKING CHANGES * **hugr-py:** dataclasses that derive from `ops.Custom` now have to be frozen, and instances cannot be mutated. ### Features * **hugr-py:** `ops.Custom` is now a frozen dataclass ([94702d2](94702d2)) * **hugr-py:** move std extension types/ops in to `std` module ([#1288](#1288)) ([7d82245](7d82245)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information
Showing
4 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"hugr-py": "0.3.1" | ||
"hugr-py": "0.4.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ classifiers = [ | |
"Topic :: Scientific/Engineering", | ||
] | ||
name = "hugr" | ||
version = "0.3.1" | ||
version = "0.4.0" | ||
description = "Quantinuum's common representation for quantum programs" | ||
#keywords = [] | ||
authors = ["TKET development team <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters