Skip to content

Commit

Permalink
Update to using NL.SolFileResults (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jul 8, 2022
1 parent e3292be commit b792051
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 373 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "AmplNLWriter"
uuid = "7c4d4715-977e-5154-bfe0-e096adeac482"
version = "1.0.0"
version = "1.0.1"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

[compat]
Ipopt_jll = "300.1400.400"
MathOptInterface = "0.10.5, 1"
MathOptInterface = "1.3"
julia = "1.6"

[extras]
Expand Down
Loading

2 comments on commit b792051

@odow
Copy link
Member Author

@odow odow commented on b792051 Jul 8, 2022

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

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 v1.0.1 -m "<description of version>" b792051810f338c6d194c9c8bc470041594eac76
git push origin v1.0.1

Please sign in to comment.