Skip to content

Commit

Permalink
Bump version of Clp_jll that we support (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Apr 28, 2022
1 parent dd6309b commit de029e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "Clp"
uuid = "e2554f3b-3117-50c0-817c-e040a3ddf72d"
repo = "https://github.com/jump-dev/Clp.jl.git"
version = "1.0.0"
version = "1.0.1"

[deps]
Clp_jll = "06985876-5285-5a41-9fcb-8948a742cc53"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

[compat]
Clp_jll = "=1.17.6, ~100.1700.600"
Clp_jll = "~100.1700.601"
MathOptInterface = "1.1"
julia = "1.6"

Expand Down

2 comments on commit de029e9

@odow
Copy link
Member Author

@odow odow commented on de029e9 Apr 28, 2022

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 created: JuliaRegistries/General/59268

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.1 -m "<description of version>" de029e9d2331deee51af7d401affc7ad8e46915b
git push origin v1.0.1

Please sign in to comment.