Skip to content

Commit

Permalink
Add compat entry for Tables.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Sep 21, 2021
1 parent de981b7 commit e0ab409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
Makie = "0.15"
Tables = "1.5"
julia = "1.6"

[extras]
Expand Down

2 comments on commit e0ab409

@juliohm
Copy link
Member Author

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 updated: JuliaRegistries/General/45258

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.0 -m "<description of version>" e0ab4090c8916d73c7c56e131e35e62a26917fa6
git push origin v0.2.0

Please sign in to comment.