Skip to content

Commit

Permalink
add codeczlib version number in project.toml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
youdongguo authored Jul 11, 2022
1 parent 112a19d commit e25a38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ MzCore = "0.1"
ProgressMeter = "1"
Unitful = "1"
julia = "1.2"
CodecZlib = "0.6, 0.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit e25a38a

@timholy
Copy link
Owner

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

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

Please sign in to comment.