Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #92 from CQCL/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
cqc-melf authored Mar 19, 2024
2 parents 3bcb9a0 + 3371ca0 commit 741071f
Show file tree
Hide file tree
Showing 3 changed files with 7 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.39.0"
__extension_version__ = "0.40.0"
__extension_name__ = "pytket-qsharp"
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.40.0 (March 2024)
-------------------

* Updated pytket version requirement to 1.26.

0.39.0 (January 2024)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket ~= 1.24",
"pytket ~= 1.26",
"qsharp ~= 0.28.291394",
"qsharp-core ~= 0.28.291394",
"markdown",
Expand Down

0 comments on commit 741071f

Please sign in to comment.