Skip to content

Commit

Permalink
Update DynamicBoundsBase version
Browse files Browse the repository at this point in the history
  • Loading branch information
mewilhel committed Nov 4, 2021
1 parent 99d1f74 commit a18b056
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,7 +1,7 @@
name = "DynamicBoundspODEsIneq"
uuid = "8922cf73-a24a-4c59-b2b7-455e840875f0"
authors = ["Matthew Wilhelm <[email protected]>"]
version = "0.5.1"
version = "0.5.2"

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand All @@ -18,7 +18,7 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
DiffEqBase = "~5, ~6"
DiffEqSensitivity = "~6"
DocStringExtensions = "~0.8"
DynamicBoundsBase = "0.5.4"
DynamicBoundsBase = "0.5.5"
ElasticArrays = "~1"
ForwardDiff = "~0.10"
McCormick = "~0.10, ~0.11"
Expand Down

2 comments on commit a18b056

@mewilhel
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 register()

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

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

Please sign in to comment.