Skip to content

Commit

Permalink
Add compatibility for package registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Liozou committed Jul 10, 2020
1 parent 8de97e2 commit 892feee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ version = "0.1.0"
[deps]
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
LightGraphs = "1.3"
StaticArrays = "0.12"
julia = "1"

[extras]
Expand Down

2 comments on commit 892feee

@Liozou
Copy link
Owner Author

@Liozou Liozou commented on 892feee Jul 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@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/17754

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>" 892feee9c131e6315f4f766c45d69df70406d52e
git push origin v0.1.0

Please sign in to comment.