Skip to content

Commit

Permalink
Version change to 0.3.1
Browse files Browse the repository at this point in the history
FEMBasis is pinned to 0.2 version, current version of FEMBase.jl is not
compatible with the 0.3 FEMBasis.
  • Loading branch information
ahojukka5 committed Dec 13, 2019
1 parent 30f22fc commit bcb4840
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name = "FEMBase"
uuid = "fbcbbc08-f1bf-5204-9233-b69f5d396135"
authors = ["Jukka Aho <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

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

[compat]
FEMBasis = "0.2"
julia = "≥ 1.0"

[extras]
Expand Down

2 comments on commit bcb4840

@ahojukka5
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/6685

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" bcb4840b21be5aba08d0b7e3ff469fba529e2940
git push origin v0.3.1

Please sign in to comment.