Skip to content

Commit

Permalink
Update Project.toml (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalt authored May 27, 2021
1 parent 56fec6d commit bde0c05
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 @@ -23,6 +23,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
Colors = "0.9.2, 0.10, 0.11, 0.12"
DSP = "0.6.1"
DelayDiffEq = "5.31"
DiffEqCallbacks = "2.16"
IterTools = "1.0"
LaTeXStrings = "1.0"
MacroTools = "0.5"
Expand Down

2 comments on commit bde0c05

@mfalt
Copy link
Member Author

@mfalt mfalt commented on bde0c05 May 27, 2021

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

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.1 -m "<description of version>" bde0c055a115c433f8204c74f5f8e205dd929c45
git push origin v0.10.1

Please sign in to comment.