Skip to content

Commit

Permalink
update outdated compat and bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Jun 6, 2023
1 parent fa05767 commit 36e4223
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NestedSamplers"
uuid = "41ceaf6f-1696-4a54-9b49-2e7a9ec3782e"
authors = ["Miles Lucas <mdlucas@hawaii.edu>"]
version = "0.8.2"
version = "0.8.3"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -18,11 +18,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
AbstractMCMC = "3.0.2, 4"
Clustering = "0.13, 0.14"
Clustering = "0.13, 0.14, 0.15"
Distributions = "0.21,0.22,0.23, 0.24, 0.25"
LogExpFunctions = "0.3"
MCMCChains = "3, 4, 5"
MCMCChains = "3, 4, 5, 6"
Parameters = "0.12"
ProgressLogging = "0.1"
StatsBase = "0.32, 0.33"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.3"

2 comments on commit 36e4223

@mileslucas
Copy link
Collaborator Author

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/84972

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.8.3 -m "<description of version>" 36e4223551d2abe75399538213f4af7c7f03b3c4
git push origin v0.8.3

Please sign in to comment.