Skip to content

Commit

Permalink
fix: update pytket version (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyae-cqc authored Nov 13, 2024
1 parent daacc1f commit 2e42e26
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cz_customize"
tag_format = "v$version"
version_scheme = "semver"
version = "0.8.0"
version = "0.8.1"
version_files = ["pyproject.toml"]
update_changelog_on_bump = true
major_version_zero = true
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# `qnexus` Release Notes

## 0.8.1 (2024-11-13)


### Fixed

- Update pytket version to 1.34.

## 0.8.0 (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "qnexus"
version = "0.8.0"
version = "0.8.1"
description = "Quantinuum Nexus python client."
authors = ["Vanya Eccles <vanya.eccles@quantinuum.com>", "Aidan Keay <aidan.keay@quantinuum.com>", "John Children <john.children@quantinuum.com>"]
license = "Apache-2.0"
Expand All @@ -16,7 +16,7 @@ httpx = "^0.25.0"
pandas = "^2"
nest-asyncio = "^1.6.0"
rich = "^13.6.0"
pytket = "^1"
pytket = "^1.34"
pytket-qiskit = {version = ">=0.50", optional = true}
websockets = ">11,<14"
pydantic-settings = "^2"
Expand Down

0 comments on commit 2e42e26

Please sign in to comment.