Skip to content

Commit

Permalink
bump version -> v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Jan 5, 2024
1 parent 21ea3bc commit a1c0127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LinearRationalExpectations"
uuid = "45f42fbc-210c-4ecc-9452-59ec793b9bfd"
authors = ["michel "]
version = "0.5.5"
version = "0.5.6"

[deps]
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
Expand Down

2 comments on commit a1c0127

@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:

fix variance of stationary variables in an otherwise nonstationary model

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

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.6 -m "<description of version>" a1c0127bfcc6613f1cd75d41e6a077c249cae91e
git push origin v0.5.6

Please sign in to comment.