From 194181e9c39f4ce03cdef0c652e14ca99c9ce9ef Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Tue, 10 Dec 2024 13:04:54 +0000 Subject: [PATCH] Bumped version and updated changelog --- _metadata.py | 2 +- docs/changelog.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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) ---------------------