Skip to content

Commit

Permalink
CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#83)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "SpecialFunctions" to "1.0"

* v0.4.4

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sheehan Olver <solver@mac.com>
  • Loading branch information
github-actions[bot] and dlfivefifty authored Nov 18, 2020
1 parent af2a9a3 commit ba2da14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name = "FastGaussQuadrature"
uuid = "442a2c76-b920-505d-bb47-c5924d526838"
version = "0.4.3"
version = "0.4.4"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
SpecialFunctions = "0.7, 0.8, 0.9, 0.10"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test","Random"]
test = ["Test", "Random"]

2 comments on commit ba2da14

@dlfivefifty
Copy link
Member

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 created: JuliaRegistries/General/24878

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.4 -m "<description of version>" ba2da1440548ffc86af48a79e2153712bcd65d02
git push origin v0.4.4

Please sign in to comment.