Skip to content

Commit

Permalink
Release 0.39.0. (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Nov 22, 2024
1 parent c655141 commit 9676be8
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.38.0"
__extension_version__ = "0.39.0"
__extension_name__ = "pytket-pyquil"
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
~~~~~~~~~

0.38.0 (November 2024)
----------------------

* Updated pytket version requirement to 1.35.

0.38.0 (October 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.33.0",
"pytket >= 1.35.0",
"pyquil >= 4.13.0",
"typing-extensions >= 4.12.2",
],
Expand Down

0 comments on commit 9676be8

Please sign in to comment.