Skip to content

Commit

Permalink
Merge pull request #261 from LAMPSPUC/backward-deps
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
guilhermebodin authored Apr 16, 2021
2 parents 47a63b7 + 31bea31 commit 251a00f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StateSpaceModels"
uuid = "99342f36-827c-5390-97c9-d7f9ee765c78"
authors = ["raphaelsaavedra <raphael.saavedra93@gmail.com>, guilhermebodin <guilherme.b.moraes@gmail.com>, mariohsouto"]
version = "0.5.9"
version = "0.5.10"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -17,14 +17,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Distributions = "0.23, 0.24"
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
MatrixEquations = "1"
Optim = "0.20, 0.21, 0.22, 1.2"
Optim = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.2"
OrderedCollections = "1"
Polynomials = "1"
RecipesBase = "1"
ShiftedArrays = "1"
StatsBase = "0.33"
StatsBase = "0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
julia = "1"

[extras]
Expand Down

2 comments on commit 251a00f

@guilhermebodin
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/34504

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.10 -m "<description of version>" 251a00f3c1bd01d415735b69e3fcc9b47b952fec
git push origin v0.5.10

Please sign in to comment.