Skip to content

Commit

Permalink
Try something else for versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dourouc05 committed Feb 7, 2020
1 parent 824a6af commit 88d6439
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 @@ -14,11 +14,11 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Munkres = "4cefb923-2b6f-58c4-9e65-6821f26b7b51"

[compat]
DataStructures = ">= 0.16, < 1.0"
Distributions = ">= 0.16, < 1.0"
Hungarian = ">= 0.3, < 1.0"
DataStructures = "^0.16, ^0.17"
Distributions = "^0.16, ^0.17, ^0.18, ^0.19, ^0.20, ^0.21, ^0.22"
Hungarian = "^0.3, ^0.4, ^0.5, ^0.6"
IterTools = "^1.0"
JuMP = "^0.20"
LightGraphs = "^1.0"
Munkres = ">= 0.2, < 1.0"
Munkres = "^0.2"
julia = "^1"

2 comments on commit 88d6439

@dourouc05
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
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/9018

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.2 -m "<description of version>" 88d6439588e512120e5257749495787d36e3cb0d
git push origin v0.1.2

Please sign in to comment.