diff --git a/_metadata.py b/_metadata.py index 2f9423c..14a1d02 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.37.0" +__extension_version__ = "0.38.0" __extension_name__ = "pytket-braket" diff --git a/docs/changelog.rst b/docs/changelog.rst index aca996a..1e27918 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ +.. currentmodule:: pytket.extensions.braket + Changelog ~~~~~~~~~ +0.38.0 (October 2024) +--------------------- + +* Updated pytket version requirement to 1.33. + 0.37.0 (July 2024) ------------------ diff --git a/setup.py b/setup.py index 724a26d..98f1fd8 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, install_requires=[ - "pytket >= 1.30.0", + "pytket >= 1.33.0", "amazon-braket-sdk ~= 1.53", "amazon-braket-schemas ~= 1.22", "amazon-braket-default-simulator ~= 1.20",