Skip to content

Commit

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

* Update Project.toml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
github-actions[bot] and devmotion authored Nov 23, 2021
1 parent 13b3359 commit a2a49e0
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,7 +1,7 @@
name = "MCMCDiagnosticTools"
uuid = "be115224-59cd-429b-ad48-344e309966f0"
authors = ["David Widmann"]
version = "0.1.1"
version = "0.1.2"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -20,7 +20,7 @@ AbstractFFTs = "0.5, 1"
DataAPI = "1.6"
Distributions = "0.25"
MLJModelInterface = "1"
SpecialFunctions = "0.8, 0.9, 0.10, 1"
SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"
StatsBase = "0.33"
Tables = "1"
julia = "1"
Expand Down

2 comments on commit a2a49e0

@devmotion
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/49251

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

Please sign in to comment.