Skip to content

Commit

Permalink
Added compat reqs to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbiel committed Jun 7, 2019
1 parent fb3983b commit 6f61621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
julia = "1"
JuMP = "~0.18"

[extras]
Expand Down

2 comments on commit 6f61621

@martinbiel
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(branch="release-0.2")

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

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.0 -m "<description of version>" 6f61621c5f172f6567b5a378334001f65232396a
git push origin v0.2.0

Please sign in to comment.