Skip to content

Commit

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

* Update Project.toml

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 19, 2020
1 parent 3bbe99c commit baf1401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "HypergeometricFunctions"
uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
version = "0.3.4"
version = "0.3.5"

[deps]
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
Expand All @@ -9,6 +9,6 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DualNumbers = "0.5, 0.6, 0.7"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10"
DualNumbers = "0.6.3, 0.7"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0"
julia = "1"

2 comments on commit baf1401

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

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.3.5 -m "<description of version>" baf140141844f98c9139322cad3906cda8817c9a
git push origin v0.3.5

Please sign in to comment.