Skip to content

Commit

Permalink
prep for release 11.0 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac authored Oct 11, 2021
1 parent fb1b4d5 commit fa540b7
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.10.0"
version = "0.11.0"

This comment has been minimized.

Copy link
@frapac

frapac Oct 11, 2021

Author 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.10"
MathOptInterface = "~0.10.3"
julia = "^1"

[extras]
Expand Down

1 comment on commit fa540b7

@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/46499

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.11.0 -m "<description of version>" fa540b7311af788cc8b625525aebda196361efc0
git push origin v0.11.0

Please sign in to comment.