Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
innerlee authored Jun 6, 2020
1 parent 60481b6 commit 1ce0572
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
Expand Up @@ -2,7 +2,7 @@ name = "LIBLINEAR"
uuid = "2d691ee1-e668-5016-a719-b2531b85e0f5"
authors = ["innerlee"]
repo = "https://github.com/innerlee/LIBLINEAR.jl.git"
version = "0.5.2"
version = "0.6.0"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down

2 comments on commit 1ce0572

@innerlee
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/15952

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.6.0 -m "<description of version>" 1ce05720f6bd075460b7dfd3474fa4f1507e16f3
git push origin v0.6.0

Please sign in to comment.