Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod authored Nov 4, 2019
1 parent f74047d commit 159ca54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
DiffEqDiffTools = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 1"
Distances = "0.7, 0.8"
ForwardDiff = "0.10"
LineSearches = "7"
NLSolversBase = "7"
Reexport = "0.2"
julia = "1"

[extras]
Expand Down

2 comments on commit 159ca54

@pkofod
Copy link
Member Author

@pkofod pkofod commented on 159ca54 Nov 4, 2019

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v4.2.0 -m "<description of version>" 159ca54d5a68553ad9f1dee461767649e095d0d8
git push origin v4.2.0

Please sign in to comment.