Skip to content

Commit

Permalink
Add compat entry for julia
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Jul 6, 2022
1 parent 2a3ca6a commit 2c60a15
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 @@ -17,6 +17,7 @@ MiniQhull = "0.3"
Polyhedra = "0.7"
StaticArrays = "1"
VoronoiDelaunay = "0.4"
julia = "1.6"

[extras]
CDDLib = "3391f64e-dcde-5f30-b752-e11513730f60"
Expand Down

2 comments on commit 2c60a15

@blegat
Copy link
Member Author

@blegat blegat commented on 2c60a15 Jul 6, 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 updated: JuliaRegistries/General/63683

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.1.0 -m "<description of version>" 2c60a159959997577b8f30fc9328c8dac5c61f85
git push origin v0.1.0

Please sign in to comment.