Skip to content

Commit

Permalink
Bump to Ipopt 1.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 21, 2022
1 parent 3fac365 commit ad56973
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,7 +1,7 @@
name = "NonconvexIpopt"
uuid = "bf347577-a06d-49ad-a669-8c0e005493b8"
authors = ["Mohamed Tarek <[email protected]> and contributors"]
version = "0.1.3"
version = "0.1.4"

[deps]
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
Expand All @@ -13,7 +13,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Ipopt = "0.9"
Ipopt = "0.9, 1"
NonconvexCore = "1.0.0"
Parameters = "0.12"
Reexport = "1"
Expand Down

2 comments on commit ad56973

@mohamed82008
Copy link
Member

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

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.4 -m "<description of version>" ad5697386bb7e310dcd750d92091037f302df2d6
git push origin v0.1.4

Please sign in to comment.