Skip to content

Commit

Permalink
Ready for point release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlperla committed Aug 13, 2022
1 parent 73ea5d3 commit 3c07b98
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 = "DifferentiableStateSpaceModels"
uuid = "beacd9db-9e5e-4956-9b09-459a4b2028df"
authors = ["Jesse Perla <jesseperla@gmail.com> and contributors"]
version = "0.4.22"
version = "0.5.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -24,7 +24,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
ChainRulesCore = "1"
DifferenceEquations = "0.4.18"
DifferenceEquations = "0.5.0"
MultivariatePolynomials = "0.4.4"
GeneralizedSylvesterSolver = "0.1"
LaTeXStrings = "1"
Expand Down

2 comments on commit 3c07b98

@jlperla
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/66198

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.0 -m "<description of version>" 3c07b98df803fd64a257cbdcedd6886e318db93c
git push origin v0.5.0

Please sign in to comment.