Skip to content

Commit

Permalink
bump patch version to 0.6.4 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt committed Sep 29, 2019
1 parent a8217fa commit 05dbb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,6 +1,6 @@
name = "StatsModels"
uuid = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
version = "0.6.3"
version = "0.6.4"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down

2 comments on commit 05dbb50

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

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.4 -m "<description of version>" 05dbb504d54afa8027a5d3c675bb857281cee629
git push origin v0.6.4

Please sign in to comment.