Skip to content

Commit

Permalink
Add upper bound for FEMQuad, TimerOutputs, julia
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Dec 13, 2019
1 parent bcb4840 commit 34bcebe
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
Expand Up @@ -12,8 +12,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
julia = "1"
FEMBasis = "0.2"
julia = "≥ 1.0"
FEMQuad = "0.3"
TimerOutputs = "0.5"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit 34bcebe

@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 updated: 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>" 34bcebe5fab849c943d747a9b5ae3772addb3bd5
git push origin v0.3.1

Please sign in to comment.