Skip to content

Commit

Permalink
Release 0.2.0 (#17)
Browse files Browse the repository at this point in the history
* update changelog

* add .. currentmodule:: pytket.extensions. to changelog

* update version

* update pytket version
  • Loading branch information
cqc-melf authored Oct 4, 2024
1 parent e8462af commit bc19d42
Show file tree
Hide file tree
Showing 3 changed files with 9 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.1.0"
__extension_version__ = "0.2.0"
__extension_name__ = "pytket-azure"
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.. currentmodule:: pytket.extensions.azure

Changelog
~~~~~~~~~

0.2.0 (October 2024)
---------------------

* Updated pytket version requirement to 1.33.

0.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
include_package_data=True,
install_requires=[
"azure-quantum >= 2.0.1",
"pytket >= 1.29.2",
"pytket >= 1.33.0",
"pytket-qiskit >= 0.54.1",
"qiskit-qir >= 0.5.0",
],
Expand Down

0 comments on commit bc19d42

Please sign in to comment.