Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe authored May 2, 2019
1 parent 181410b commit 2dd931f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

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

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

2 comments on commit 2dd931f

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on 2dd931f 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>" 2dd931f884318c7d360dc83a37a4df3facc46adb
git push origin v0.1.10

Please sign in to comment.