Skip to content

Commit

Permalink
Merge pull request #116 from JuliaStats/compathelper/new_version/2023…
Browse files Browse the repository at this point in the history
…-05-02-01-27-11-054-00079376055

CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)
  • Loading branch information
palday authored May 2, 2023
2 parents 176a6fe + 5edd830 commit ae70f46
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,7 +1,7 @@
name = "KernelDensity"
uuid = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
authors = ["Simon Byrne and various contributors"]
version = "0.6.6"
version = "0.6.7"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -15,7 +15,7 @@ Distributions = "0.23, 0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
FFTW = "1"
Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14"
StatsBase = "0.33"
StatsBase = "0.33, 0.34"
julia = "1"

[extras]
Expand Down

2 comments on commit ae70f46

@palday
Copy link
Member Author

@palday palday commented on ae70f46 May 2, 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/82749

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>" ae70f461b6ac54c6d3d5e870deb140d21a8a8153
git push origin v0.6.7

Please sign in to comment.