Skip to content

Commit bcb4840

Browse files
committed
Version change to 0.3.1
FEMBasis is pinned to 0.2 version, current version of FEMBase.jl is not compatible with the 0.3 FEMBasis.
1 parent 30f22fc commit bcb4840

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
name = "FEMBase"
22
uuid = "fbcbbc08-f1bf-5204-9233-b69f5d396135"
33
authors = ["Jukka Aho <[email protected]>"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[deps]
77
FEMBasis = "353fb843-c566-51e6-ba49-78b3e3d5ebb5"
88
FEMQuad = "be8e8821-3f6f-54c2-987c-d2773c3a52cb"
99
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
11+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1112
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
1213

1314
[compat]
15+
FEMBasis = "0.2"
1416
julia = "≥ 1.0"
1517

1618
[extras]

0 commit comments

Comments
 (0)