Skip to content

Commit

Permalink
Merge pull request #84 from CQCL/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
cqc-melf authored Oct 17, 2023
2 parents f1f3206 + ff5daf2 commit 6d5d1fe
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.3.0"
__extension_version__ = "0.4.0"
__extension_name__ = "pytket-qir"
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.4.0 (October 2023)
--------------------

* Updated pytket version requirement to 1.21.

0.3.0 (September 2023)
----------------------
* update pytket version to 1.20
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket ~= 1.20",
"pytket ~= 1.21",
"pyqir == 0.8.2",
"pyqir-generator == 0.7.0",
"pyqir-evaluator == 0.7.0",
Expand Down

0 comments on commit 6d5d1fe

Please sign in to comment.