Skip to content

Commit

Permalink
Merge pull request #95 from CQCL/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
cqc-melf authored Jan 11, 2024
2 parents b96ed54 + b241ed6 commit 2b28022
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4.0.1
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.9.0"
__extension_version__ = "0.10.0"
__extension_name__ = "pytket-iqm"
6 changes: 4 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Changelog
~~~~~~~~~

Unreleased
----------
0.10.0 (January 2024)
---------------------

* Updated pytket version requirement to 1.23.
* Add some additional post-routing optimisations to the default compilation pass for `optimisation_level=2`.
* Updated iqm-client version requirement to 15.2.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
license="Apache 2",
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=["pytket ~= 1.22", "iqm-client ~= 15.2"],
install_requires=["pytket ~= 1.23", "iqm-client ~= 15.2"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 2b28022

Please sign in to comment.