Skip to content

Commit

Permalink
Update to MLJBase 0.19 (#31)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update runtests.jl

* Update Project.toml

* Delete Manifest.toml

* Update rstar.jl

* Update rstar.jl

* Update Project.toml
  • Loading branch information
devmotion authored Dec 25, 2021
1 parent a2a49e0 commit ae8dfb2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 497 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MCMCDiagnosticTools"
uuid = "be115224-59cd-429b-ad48-344e309966f0"
authors = ["David Widmann"]
version = "0.1.2"
version = "0.1.3"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down
Loading

2 comments on commit ae8dfb2

@devmotion
Copy link
Member 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/51229

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

Please sign in to comment.