Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mewilhel committed Jun 26, 2022
2 parents aa6ae26 + 5455bd3 commit c866cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ForwardDiff = "~0.10"
IntervalArithmetic = "~0.20"
IntervalContractors = "~0.4"
Ipopt = "~1"
JuMP = "~1"
JuMP = "1.0.0 - 1.1.1"
MINLPTests = "0.5.2"
MathOptInterface = "~1"
McCormick = "0.13"
Expand Down

2 comments on commit c866cec

@mewilhel
Copy link
Member 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 created: JuliaRegistries/General/63139

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.7.1 -m "<description of version>" c866cecc112d26f81818f2f3903d8ae92873a1a5
git push origin v0.7.1

Please sign in to comment.