Skip to content

Commit

Permalink
Merge pull request #2025 from daschw/registrator
Browse files Browse the repository at this point in the history
add author and version to Project.toml
  • Loading branch information
daschw authored May 10, 2019
2 parents 9af5edd + a99783d commit f742ae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name = "Plots"
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
author = ["Tom Breloff (@tbreloff)"]
version = "0.25.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

2 comments on commit f742ae4

@daschw
Copy link
Member Author

@daschw daschw commented on f742ae4 May 10, 2019

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/669

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

Please sign in to comment.