From b1da00c0044637a7d67af996fd11561c0c98ab39 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Sun, 22 Dec 2024 17:08:43 -0500 Subject: [PATCH] Bump versions --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 718e5fe8..be48372b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" authors = ["ITensor developers and contributors"] -version = "0.2.1" +version = "0.2.2" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -37,10 +37,10 @@ GradedUnitRanges = "0.1.0" LabelledNumbers = "0.1.0" LinearAlgebra = "1.10" MacroTools = "0.5.13" -SparseArraysBase = "0.2" +SparseArraysBase = "0.2.2" SplitApplyCombine = "1.2.3" TensorAlgebra = "0.1.0" -TypeParameterAccessors = "0.1.0" +TypeParameterAccessors = "0.2.0" Test = "1.10" julia = "1.10"