From 952b50b975aad8dc4e3f0c55c703d64e9b539c29 Mon Sep 17 00:00:00 2001 From: leburgel Date: Thu, 18 Sep 2025 19:29:18 +0200 Subject: [PATCH] Bump patch version --- CITATION.cff | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 91887c722..ff6ce70cd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: "Jutho" orcid: "https://orcid.org/0000-0002-0858-291X" title: "TensorKit.jl" -version: "0.14.10" +version: "0.14.11" doi: "10.5281/zenodo.8421339" date-released: "2025-07-18" url: "https://github.com/QuantumKitHub/TensorKit.jl" diff --git a/Project.toml b/Project.toml index 212e965e2..7e30fd805 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TensorKit" uuid = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" authors = ["Jutho Haegeman"] -version = "0.14.10" +version = "0.14.11" [deps] LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"