Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
updating minor (breaking) because MPB was removed
  • Loading branch information
joaquimg committed May 3, 2021
1 parent daa025a commit 9dc16d2
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,15 +1,15 @@
name = "KNITRO"
uuid = "67920dd8-b58e-52a8-8622-53c4cffbe346"
authors = ["Artelys", "JuliaOpt"]
version = "0.9.3"
version = "0.10.0"

This comment has been minimized.

Copy link
@frapac

frapac May 3, 2021

Collaborator

@JuliaRegistrator register()


[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
MathOptInterface = "~0.9.6"
MathOptInterface = "~0.9.21"
julia = "^1"

[extras]
Expand Down

1 comment on commit 9dc16d2

@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 updated: JuliaRegistries/General/35961

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.0 -m "<description of version>" 9dc16d217a36adf7f30584b9404187aadc4a1c92
git push origin v0.10.0

Please sign in to comment.