From c23dfc929c4e9e1cac26cc95521a7db422f3c644 Mon Sep 17 00:00:00 2001 From: lkdvos Date: Wed, 5 Aug 2026 12:59:07 -0400 Subject: [PATCH] Bump version to v5.7.0 The stricter `@tensor` index verification in #289 rejects index expressions that earlier versions silently accepted, so this is a minor rather than a patch release. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index caa37aae..b0ff2846 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TensorOperations" uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" -version = "5.6.3" +version = "5.7.0" authors = ["Lukas Devos ", "Maarten Van Damme ", "Jutho Haegeman "] [deps]