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 Apr 18, 2024
2 parents ec04cd9 + eabf3ff commit 6344f0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.35.0"
__extension_version__ = "0.36.0"
__extension_name__ = "pytket-qulacs"
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
~~~~~~~~~

Unreleased
----------
0.36.0 (April 2024)
-------------------

* Updated pytket version requirement to 1.27.
* Fix incorrect readout when circuit contains implicit swaps

0.35.0 (March 2024)
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.26", "qulacs ~= 0.6.3"],
install_requires=["pytket ~= 1.27", "qulacs ~= 0.6.3"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 6344f0d

Please sign in to comment.