Skip to content

Commit

Permalink
update compat for Distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
pizhn committed Jul 11, 2021
1 parent 7106b81 commit e97c226
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,14 +1,14 @@
name = "MultiKDE"
uuid = "77543b7f-bd95-4024-91c1-46775346e0e7"
authors = ["Ping Z. <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

[compat]
Distributions = "0.25"
julia = "1.6"
Distributions = "0.23, 0.24, 0.25"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit e97c226

@pizhn
Copy link
Owner Author

@pizhn pizhn commented on e97c226 Jul 11, 2021

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 updated: JuliaRegistries/General/40666

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.1 -m "<description of version>" e97c2266791253ed9858d8a21de4c8e52e38b656
git push origin v0.1.1

Please sign in to comment.