Skip to content

Commit

Permalink
Add support for JuMP 1.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 27, 2022
1 parent 959a522 commit 8e82eb9
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
Expand Up @@ -2,7 +2,7 @@ name = "ComplexOptInterface"
uuid = "25c3070e-1275-41b5-afef-2f982c87090a"
authors = ["Benoît Legat <benoit.legat@gmail.com>"]
repo = "https://github.com/jump-dev/ComplexOptInterface.jl.git"
version = "0.1.1"
version = "0.1.2"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -11,7 +11,7 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"

[compat]
JuMP = "0.23"
JuMP = "0.23, 1"
MathOptInterface = "1"
MutableArithmetics = "1"
julia = "1.6"
Expand Down

2 comments on commit 8e82eb9

@odow
Copy link
Member Author

@odow odow commented on 8e82eb9 Mar 27, 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/57422

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 v0.1.2 -m "<description of version>" 8e82eb9fb9176863ce666dafde7defc732d227d4
git push origin v0.1.2

Please sign in to comment.