Skip to content

Commit

Permalink
bump version to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski authored May 22, 2020
1 parent c84f843 commit f8af476
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
@@ -2,7 +2,7 @@ name = "CodecBzip2"
uuid = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
license = "MIT"
authors = ["Kenta Sato <[email protected]>"]
version = "0.7.1"
version = "0.7.2"

[deps]
Bzip2_jll = "6e34b625-4abd-537c-b88f-471c36dfa7a0"

2 comments on commit f8af476

@StefanKarpinski
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
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/15192

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

Please sign in to comment.