Skip to content

Commit

Permalink
CompatHelper: bump compat for StatsBase to 0.34, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#99)

* CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)

* Version bump to v0.8.1

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jishnu Bhattacharya <[email protected]>
  • Loading branch information
3 people authored Jun 1, 2023
1 parent 14a9eeb commit 7e49937
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,6 +1,6 @@
name = "ToeplitzMatrices"
uuid = "c751599d-da0a-543b-9d20-d0a503d91d24"
version = "0.8.0"
version = "0.8.1"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -11,7 +11,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
AbstractFFTs = "0.4, 0.5, 1"
DSP = "0.7.7"
StatsBase = "0.32, 0.33"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.0"

[extras]
Expand Down

2 comments on commit 7e49937

@jishnub
Copy link
Member

@jishnub jishnub commented on 7e49937 Jun 1, 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/84670

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

Please sign in to comment.