Skip to content

Commit 7840264

Browse files
committed
Bump version
1 parent 8b9f91d commit 7840264

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BlockSparseArrays"
22
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.4.6"
4+
version = "0.5.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
66

77
[compat]
88
BlockArrays = "1"
9-
BlockSparseArrays = "0.4"
9+
BlockSparseArrays = "0.5"
1010
Documenter = "1"
1111
Literate = "2"

examples/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
55

66
[compat]
77
BlockArrays = "1"
8-
BlockSparseArrays = "0.4"
8+
BlockSparseArrays = "0.5"
99
Test = "1"

test/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ Adapt = "4"
2323
Aqua = "0.8"
2424
ArrayLayouts = "1"
2525
BlockArrays = "1"
26-
BlockSparseArrays = "0.4"
26+
BlockSparseArrays = "0.5"
2727
DiagonalArrays = "0.3"
2828
GPUArraysCore = "0.2"
2929
JLArrays = "0.2"
3030
LinearAlgebra = "1"
31+
MatrixAlgebraKit = "0.1"
3132
Random = "1"
3233
SafeTestsets = "0.1"
3334
SparseArraysBase = "0.5"

0 commit comments

Comments
 (0)