Skip to content

Commit

Permalink
Merge pull request #112 from sethaxen/sethaxen-patch-1
Browse files Browse the repository at this point in the history
Bump SpecialFunctions compat
  • Loading branch information
giordano authored Jan 24, 2021
2 parents 3ee94ee + 4c54d5c commit 43dbf19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "GSL"
uuid = "92c85e6c-cbff-5e0c-80f7-495c94daaecd"
version = "1.0.0"
version = "1.0.1"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
GSL_jll = "1b77fbbe-d8ee-58f0-85f9-836ddc23a7a4"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"

[compat]
SpecialFunctions = "0.8, 0.9, 0.10"
SpecialFunctions = "0.8, 0.9, 0.10, 1"
GSL_jll = "2.6"
julia = "1.3.0"

Expand Down

2 comments on commit 43dbf19

@giordano
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
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/28540

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 v1.0.1 -m "<description of version>" 43dbf19a595fc737ea3b3e85ea80f105170af0bf
git push origin v1.0.1

Please sign in to comment.