Skip to content

Commit

Permalink
chore: bump compat version
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Apr 16, 2022
1 parent 9642dcf commit b7f5dc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ UnderwaterAcoustics = "0efb1f7a-1ce7-46d2-9f48-546a4c8fbb99"

[compat]
julia = "1.6"
Optim = "1.6"
ForwardDiff = "0.10"
OrdinaryDiffEq = "6.9"
UnderwaterAcoustics = "0.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit b7f5dc3

@mchitre
Copy link
Member Author

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

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.0 -m "<description of version>" b7f5dc3bb484292ad48629e0f4fd864b707c49f7
git push origin v0.1.0

Please sign in to comment.