Skip to content

Commit

Permalink
Version bump (#423)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update Project.toml (#422)

---------

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
yebai and devmotion authored May 26, 2023
1 parent 3251aae commit 90ae875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = "6.0.1"
version = "6.0.2"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ MCMCChains = "6"
MLJBase = "0.18, 0.19, 0.20, 0.21"
MLJDecisionTreeInterface = "0.3, 0.4"
StatsBase = "0.33.2, 0.34"
StatsPlots = "0.14.17, 0.15"
TableTraits = "1"
Tables = "1.3.1"
UnicodePlots = "2, 3"
Expand Down

2 comments on commit 90ae875

@yebai
Copy link
Member Author

@yebai yebai commented on 90ae875 May 26, 2023

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

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 v6.0.2 -m "<description of version>" 90ae875b4bd020c7bcbc2e5359552bdfaa6d0f09
git push origin v6.0.2

Please sign in to comment.