Skip to content

Commit

Permalink
Merge pull request #43 from chkwon/win_travis
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
chkwon authored May 18, 2020
2 parents c4b9c32 + 3f56fbe commit b32bf23
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,13 +1,12 @@
name = "Complementarity"
uuid = "a9b2a840-c9d5-5181-a245-8df664c2d6e7"
version = "0.7.0"
version = "0.7.1"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
PATHSolver = "f5f7c340-0bb3-5c69-969a-41884d311d1b"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
JuMP = "0.21"
Expand All @@ -21,6 +20,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[targets]
test = ["Test", "LinearAlgebra", "SparseArrays", "Printf", "Ipopt"]

2 comments on commit b32bf23

@chkwon
Copy link
Owner Author

@chkwon chkwon commented on b32bf23 May 24, 2020

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/15260

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>" b32bf238d8e643b71935065a11060c01f8e8a1a5
git push origin v0.7.1

Please sign in to comment.