Skip to content

Commit

Permalink
CompatHelper: bump compat for AbstractMCMC to 4, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#67)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Mar 9, 2022
1 parent 2e3a3da commit ba86e49
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,6 +1,6 @@
name = "AdvancedMH"
uuid = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
version = "0.6.6"
version = "0.6.7"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -9,7 +9,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[compat]
AbstractMCMC = "2, 3.0"
AbstractMCMC = "2, 3.0, 4"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
Requires = "1"
julia = "1"
Expand Down

2 comments on commit ba86e49

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

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

Please sign in to comment.