Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Update compat in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jun 18, 2019
1 parent 1a8f205 commit 5445884
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test = ["Pkg", "Random", "Test"]

[compat]
Variography = "≥ 0.3.7"
Combinatorics = "^0.7"
Reexport = "^0.2"
Variography = "^0.3"
julia = "1"

2 comments on commit 5445884

@juliohm
Copy link
Owner Author

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

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.2.3 -m "<description of version>" 5445884767af3440bbf1238e76f06acaec061168
git push origin v0.2.3

Please sign in to comment.