Skip to content

Commit

Permalink
chore(py): release tket2-eccs 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot committed Aug 19, 2024
1 parent 1c78b53 commit 5edb553
Show file tree
Hide file tree
Showing 4 changed files with 14 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,4 +1,4 @@
{
"tket2-py": "0.2.1",
"tket2-eccs": "0.1.0"
"tket2-eccs": "0.2.0"
}
11 changes: 11 additions & 0 deletions tket2-eccs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/CQCL/tket2/compare/tket2-eccs-v0.1.0...tket2-eccs-v0.2.0) (2024-08-19)


### ⚠ BREAKING CHANGES

* Update hugr dependency

### Miscellaneous Chores

* Update hugr dependency ([0196fdd](https://github.com/CQCL/tket2/commit/0196fdd60ee0cae8b85c80ec5662f6023fe89617))

## 0.1.0 (2024-08-01)


Expand Down
2 changes: 1 addition & 1 deletion tket2-eccs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ authors = [
maintainers = [
{ name = "TKET development team", email = "[email protected]" },
]
version = "0.1.0"
version = "0.2.0"
description = "Precompiled rewrite sets for the tket 2 compiler"
requires-python = ">=3.10"
license = { file = "LICENCE" }
Expand Down
2 changes: 1 addition & 1 deletion tket2-eccs/src/tket2_eccs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# This is updated by our release-please workflow, triggered by this
# annotation: x-release-please-version
__version__ = "0.1.0"
__version__ = "0.2.0"

from importlib import resources
from pathlib import Path
Expand Down

0 comments on commit 5edb553

Please sign in to comment.