Skip to content

Commit

Permalink
Merge pull request #71 from JuliaIO/bja/version
Browse files Browse the repository at this point in the history
bump minor version
  • Loading branch information
bjarthur authored Jul 13, 2023
2 parents 2d699dc + d2a0589 commit 99cb0f4
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 = "CodecZlib"
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
license = "MIT"
authors = ["Kenta Sato <[email protected]>"]
version = "0.7.1"
version = "0.7.2"

[deps]
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
Expand Down

2 comments on commit 99cb0f4

@bjarthur
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/87435

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>" 99cb0f4cf41d444718e83d13f3c69d5248ea0e77
git push origin v0.7.2

Please sign in to comment.