Skip to content

Commit 06296e1

Browse files
version bump
1 parent 7559bd4 commit 06296e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LabelledArrays"
22
uuid = "2ee39098-c373-598a-b85f-a56591580800"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "1.12.0"
4+
version = "1.12.1"
55

66
[deps]
77
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"

test/larrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using LabelledArrays, Test, InteractiveUtils
1414
mat = rand(4, 3)
1515
@test mat * vals mat * [1.0, 2.0, 3.0]
1616
syms = (:a, :b, :c)
17-
@test typeof(typeof(x)(undef,3)) == typeof(x)
17+
@test typeof(typeof(x)(undef, 3)) == typeof(x)
1818

1919
for (i, s) in enumerate(syms)
2020
@show i, s

0 commit comments

Comments
 (0)