Skip to content

Commit

Permalink
Merge pull request #76 from CQCL/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
cqc-melf authored Jan 10, 2024
2 parents 513aec1 + de79355 commit 56624fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4.0.1
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
~~~~~~~~~

0.31.0 (January 2024)
---------------------

* Updated pytket version requirement to 1.23.

0.30.0 (November 2023)
----------------------

Expand Down
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 = "pytket-aqt"
version = "0.30.0"
version = "0.31.0"
description = "Extension for pytket, providing access to AQT backends"
authors = ["TKET development team <[email protected]>"]
license = "Apache 2"
Expand All @@ -26,7 +26,7 @@ classifiers= [

[tool.poetry.dependencies]
python = ">=3.10, <3.12"
pytket = "^1.22"
pytket = "^1.23"
requests = "^2.22"
types-requests = "*"
pydantic = "^2.0"
Expand Down

0 comments on commit 56624fa

Please sign in to comment.