Skip to content

Commit

Permalink
Bump to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chkwon authored Dec 10, 2022
1 parent c276484 commit cb98aa1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Complementarity"
uuid = "a9b2a840-c9d5-5181-a245-8df664c2d6e7"
version = "0.8.5"
version = "0.9.0"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -11,11 +11,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
JuMP = "1.4"
PATHSolver = "1.3"
NLsolve = "4.5"
MathOptInterface = "1.8.2"
julia = "1.8.2"
JuMP = "1.5"
PATHSolver = "1.2"
NLsolve = "4"
MathOptInterface = "1.10"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit cb98aa1

Please sign in to comment.