Skip to content

Commit

Permalink
bump version -> 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Feb 13, 2024
1 parent 71fd959 commit 50396f9
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,14 +1,14 @@
name = "LinearRationalExpectations"
uuid = "45f42fbc-210c-4ecc-9452-59ec793b9bfd"
authors = ["michel "]
version = "0.5.6"
version = "0.5.7"

[deps]
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PolynomialMatrixEquations = "4f9d485d-518f-41ed-81c8-372cd804c93b"

[compat]
julia = "1.6.3"
FastLapackInterface = "2.0.0"
PolynomialMatrixEquations = "0.2.0"
julia = "1.6.3"

2 comments on commit 50396f9

@MichelJuillard
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()

Release notes:

RELEASE NOTES

  • adding support for purely backward linear models

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

Tagging

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.7 -m "<description of version>" 50396f93fa46781ee746a6ef3b8c022ea4fc6a61
git push origin v0.5.7

Please sign in to comment.