Skip to content

Commit

Permalink
CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#252)
Browse files Browse the repository at this point in the history
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 Dec 13, 2020
1 parent 6edc228 commit 2171da0
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
Expand Up @@ -3,7 +3,7 @@ uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
keywords = ["markov chain monte carlo", "probablistic programming"]
license = "MIT"
desc = "Chain types and utility functions for MCMC simulations."
version = "4.3.1"
version = "4.4.0"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down Expand Up @@ -38,7 +38,7 @@ MLJModelInterface = "0.3.5"
NaturalSort = "1"
PrettyTables = "0.9, 0.10"
RecipesBase = "0.7, 0.8, 1.0"
SpecialFunctions = "^0.8, 0.9, 0.10"
SpecialFunctions = "^0.8, 0.9, 0.10, 1.0"
StatsBase = "0.32, 0.33"
TableTraits = "0.4, 1"
Tables = "1"
Expand Down

2 comments on commit 2171da0

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

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 v4.4.0 -m "<description of version>" 2171da022e8fdb18de88a56f194b75c508d68c26
git push origin v4.4.0

Please sign in to comment.