Skip to content

Commit

Permalink
Raise version number to 0.4 for Julia 1.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 authored Jul 21, 2020
1 parent fb5ad14 commit b82c1d4
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 = "StateSpaceRoutines"
uuid = "261fd431-d7e4-51f7-86ab-ce9e57fc1fff"
authors = ["William Chen <[email protected]>", "Shlok Goyal <[email protected]>", "Alissa Johnson <[email protected]>"]
version = "0.3.2"
version = "0.4.0"

[deps]
DSGE = "6cf23378-2c47-544c-b0c3-6efefe57ca11"
Expand Down

3 comments on commit b82c1d4

@chenwilliam77
Copy link
Collaborator 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/18246

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.4.0 -m "<description of version>" b82c1d4ba945856984cb4cef094c6792dc67a06b
git push origin v0.4.0

@chenwilliam77
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please delete this branch. Apologies for the extra branches. I erroneously thought that bumping up the version number in this way would allow the auto-merge to occur.

Please sign in to comment.