Skip to content

Commit

Permalink
CompatHelper: bump compat for ArrayInterface to 4, (keep existing com…
Browse files Browse the repository at this point in the history
…pat) (#25)

* CompatHelper: bump compat for ArrayInterface to 4, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 11, 2022
1 parent efc3cd8 commit ca39ed3
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 = "EllipticalSliceSampling"
uuid = "cad2338a-1db2-11e9-3401-43bc07c9ede2"
authors = ["David Widmann <david.widmann@it.uu.se>"]
version = "0.4.4"
version = "0.4.5"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
AbstractMCMC = "3.2"
ArrayInterface = "2, 3"
ArrayInterface = "2, 3, 4"
Distributions = "0.22, 0.23, 0.24, 0.25"
julia = "1"

Expand Down

2 comments on commit ca39ed3

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

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.5 -m "<description of version>" ca39ed37aca61892a7a954a0f58ff795985bf50d
git push origin v0.4.5

Please sign in to comment.