Skip to content

Commit

Permalink
bump PrettyTables compat to 2 (#61)
Browse files Browse the repository at this point in the history
* bump PrettyTables compat to 2

* v0.2.7
  • Loading branch information
yjunechoe authored Dec 7, 2022
1 parent d56a29d commit e70d991
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 = "MixedModelsSim"
uuid = "d5ae56c5-23ca-4a1f-b505-9fc4796fc1fe"
authors = ["Phillip Alday", "Douglas Bates", "Lisa DeBruine", "Reinhold Kliegl"]
version = "0.2.6"
version = "0.2.7"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -15,6 +15,6 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
MixedModels = "4"
PooledArrays = "0.5, 1"
PrettyTables = "0.11, 0.12, 1"
PrettyTables = "0.11, 0.12, 1, 2"
Tables = "1.0"
julia = "1.3"

2 comments on commit e70d991

@palday
Copy link
Member

@palday palday commented on e70d991 Dec 7, 2022

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

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.2.7 -m "<description of version>" e70d991f325becf9b82cc62e9969a2a7f1b0c131
git push origin v0.2.7

Please sign in to comment.