Skip to content

Commit

Permalink
chore(main): release tket2-py 0.1.0a4 (#485)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.0a4](tket2-py-v0.1.0...tket2-py-v0.1.0a4)
(2024-07-15)


### Bug Fixes

* Recompile ecc sets after
[#441](#441)
([#484](#484))
([1122fa4](1122fa4))

---
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: Agustin Borgna <[email protected]>
  • Loading branch information
hugrbot and aborgna-q authored Jul 15, 2024
1 parent 1122fa4 commit a83a1af
Show file tree
Hide file tree
Showing 3 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 @@
{
"tket2-py": "0.1.0a3"
"tket2-py": "0.1.0a4"
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tket2-py"
version = "0.1.0a3"
version = "0.1.0a4"
description = "pytket extension for the tket 2 compiler"
classifiers = [
"Environment :: Console",
Expand Down Expand Up @@ -68,7 +68,7 @@ authors = [
maintainers = [
{ name = "TKET development team", email = "[email protected]" },
]
version = "0.1.0a3"
version = "0.1.0a4"
description = "pytket extension for the tket 2 compiler"
requires-python = ">=3.10"
license = { file = "LICENCE" }
Expand Down
7 changes: 7 additions & 0 deletions tket2-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.0a4](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v0.1.0a4) (2024-07-15)


### Bug Fixes

* Recompile ecc sets after [#441](https://github.com/CQCL/tket2/issues/441) ([#484](https://github.com/CQCL/tket2/issues/484)) ([1122fa4](https://github.com/CQCL/tket2/commit/1122fa453790fe5fd3433d4e028fb327949d9619))

## [0.1.0a3](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v0.1.0a3) (2024-07-12)


Expand Down

0 comments on commit a83a1af

Please sign in to comment.