Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavs authored Feb 2, 2020
1 parent 35910c5 commit 2304027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
julia = "1"
SpecialFunctions = "0.8"
FastGaussQuadrature = "0.4"
Compat = "3.2"
Distributions = "0.22"

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

2 comments on commit 2304027

@arnavs
Copy link
Member Author

@arnavs arnavs commented on 2304027 Feb 2, 2020

Choose a reason for hiding this comment

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

@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/8769

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 v1.2.0 -m "<description of version>" 2304027fd9da08fc67b45a438070b5600d4530c3
git push origin v1.2.0

Please sign in to comment.