diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index f890ce1..dac494b 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -17,6 +17,8 @@ jobs: strategy: matrix: pkg: + - 'FusionTensors' + - 'GradedArrays' - 'ITensorBase' - 'NamedDimsArrays' - 'QuantumOperatorDefinitions' diff --git a/Project.toml b/Project.toml index d171c5b..6e191fe 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.4.0" +version = "0.4.1" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"