Skip to content

Commit 4ed05ea

Browse files
committed
chore(py): release tket-eccs 0.5.1
1 parent d609bf5 commit 4ed05ea

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"tket-py": "0.12.1",
3-
"tket-eccs": "0.5.0",
3+
"tket-eccs": "0.5.1",
44
"tket-exts": "0.10.0"
55
}

tket-eccs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/CQCL/tket2/compare/tket-eccs-v0.5.0...tket-eccs-v0.5.1) (2025-07-30)
4+
5+
6+
### Documentation
7+
8+
* Update README badges ([#1004](https://github.com/CQCL/tket2/issues/1004)) ([d609bf5](https://github.com/CQCL/tket2/commit/d609bf5f65af3cfe3ac44a16dfd4ef1bcacd5643))
9+
310
## [0.5.0](https://github.com/CQCL/tket2/compare/tket-eccs-v0.4.0...tket-eccs-v0.5.0) (2025-07-29)
411

512

tket-eccs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tket_eccs"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
requires-python = ">=3.10"
55
description = "Precompiled rewrite sets for the tket 2 compiler"
66
license = { file = "LICENCE" }

tket-eccs/src/tket_eccs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# This is updated by our release-please workflow, triggered by this
77
# annotation: x-release-please-version
8-
__version__ = "0.5.0"
8+
__version__ = "0.5.1"
99

1010
from importlib import resources
1111
from pathlib import Path

0 commit comments

Comments
 (0)