Skip to content

Commit

Permalink
add the [compat] section
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe authored Apr 30, 2019
1 parent bd9ef82 commit 414362b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
julia ="1.0.0"
HTTP = "0.7.0"
JSON = "0.19.0"
LibExpat = "0.5.0"
LightGraphs = "1.1.0"
DataStructures ="0.15.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down

2 comments on commit 414362b

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on 414362b May 2, 2019

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

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.1.10 -m "<description of version>" 414362bf4cdebed50f26001872680048a22bec8c
git push origin v0.1.10

Please sign in to comment.