Skip to content

Commit

Permalink
add Compat to project
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly authored Sep 21, 2019
1 parent b5cd078 commit 97920ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name = "Meshing"
uuid = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
version = "0.5.0"

[compat]
julia = "1"

[deps]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
Expand Down

2 comments on commit 97920ec

@sjkelly
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/3736

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" 97920ec2ffc3295a8b8058e069a91a7cfc91765f
git push origin v0.5.0

Please sign in to comment.