Skip to content

Commit

Permalink
Merge pull request #52 from CQCL/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
cqc-alec authored Mar 30, 2023
2 parents 0e3751a + 0efb7b4 commit 60fa5d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.5.0"
__extension_version__ = "0.6.0"
__extension_name__ = "pytket-iqm"
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
~~~~~~~~~

0.6.0 (March 2023)
------------------

* Updated pytket version requirement to 1.13.
* Updated iqm-client version requirement to 11.8.
* New method ``IQMBackend.get_metadata()`` for reteieving metadata associated
with a ``ResultHandle``.

0.5.0 (November 2022)
---------------------

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.8", "iqm-client ~= 11.7"],
install_requires=["pytket ~= 1.13", "iqm-client ~= 11.8"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 60fa5d7

Please sign in to comment.