Skip to content

Commit

Permalink
bump statsbase compat (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt authored Jun 20, 2023
1 parent df1ffb1 commit 64b49c8
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 = "OndaEDF"
uuid = "e3ed2cd1-99bf-415e-bb8f-38f4b42a544e"
authors = ["Beacon Biosignals, Inc."]
version = "0.11.5"
version = "0.11.6"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -25,7 +25,7 @@ Onda = "0.15"
OndaEDFSchemas = "0.2.1"
PrettyTables = "1.3, 2"
StableRNGs = "1"
StatsBase = "0.33"
StatsBase = "0.33, 0.34"
Tables = "1.4"
TimeSpans = "0.3"
julia = "1.6"
Expand Down

2 comments on commit 64b49c8

@ararslan
Copy link
Member

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

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.11.6 -m "<description of version>" 64b49c85d9f48c7c3e5d6732b86eb7abc0735be2
git push origin v0.11.6

Please sign in to comment.