Skip to content

Commit

Permalink
Merge pull request #5 from YingboMa/myb/release
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
vchuravy authored Jun 17, 2020
2 parents 70d2559 + a2aa6c3 commit 57b84ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LinuxPerf"
uuid = "b4c46c6c-4fb0-484d-a11a-41bc3392d094"
version = "0.1.0"
version = "0.2.0"

[deps]
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Expand All @@ -9,3 +9,5 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
julia = "1"
Formatting = "0.4"
PrettyTables = "0.9"

2 comments on commit 57b84ac

@vchuravy
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/16546

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.2.0 -m "<description of version>" 57b84ac605fc441edfaa7740e086788dd6dbf0a0
git push origin v0.2.0

Please sign in to comment.