Skip to content

Commit

Permalink
Add JuMP 1.0 to compat and update version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Mar 28, 2022
1 parent 59a35b8 commit e2963f0
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,6 +1,6 @@
name = "NLPModelsJuMP"
uuid = "792afdf1-32c1-5681-94e0-d7bf7a5df49e"
version = "0.10.0"
version = "0.10.1"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -11,7 +11,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
JuMP = "0.23"
JuMP = "0.23, 1"
MathOptInterface = "1"
NLPModels = "0.18"
julia = "^1.6"
Expand Down

2 comments on commit e2963f0

@abelsiqueira
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/57487

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

Please sign in to comment.