Skip to content

Commit

Permalink
bump prettytables compat (#67)
Browse files Browse the repository at this point in the history
The breaking changes were in the kwargs, which we don't use
  • Loading branch information
palday committed Feb 13, 2023
1 parent 6528b33 commit a797281
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.2"
version = "0.11.3"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -23,7 +23,7 @@ FilePathsBase = "0.9"
Legolas = "0.5"
Onda = "0.15"
OndaEDFSchemas = "0.2.1"
PrettyTables = "1.3"
PrettyTables = "1.3, 2"
StableRNGs = "1"
StatsBase = "0.33"
Tables = "1.4"
Expand Down

2 comments on commit a797281

@palday
Copy link
Member Author

@palday palday commented on a797281 Feb 13, 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/77616

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.3 -m "<description of version>" a7972811ba4777e6e9f51b49d844956afd8d23c6
git push origin v0.11.3

Please sign in to comment.