diff --git a/_metadata.py b/_metadata.py index 34c34a1..b92671d 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.10.0" +__extension_version__ = "0.10.1" __extension_name__ = "pytket-cutensornet" diff --git a/docs/changelog.rst b/docs/changelog.rst index fee08d4..ced8bd7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,11 +3,12 @@ Changelog ~~~~~~~~~ -Unreleased ----------- +0.10.1 (December 2024) +---------------------- * Updated pytket version requirement to 1.34. * Now supporting ``ClExpr`` operations (the new version of tket's ``ClassicalExpBox``). +* Included cuquantum-python in the dependencies for PyPI. 0.10.0 (October 2024) ---------------------