Skip to content

Commit

Permalink
Added GZip compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kdyrhage committed Dec 12, 2019
1 parent 8888ef2 commit 53ff4b8
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 @@ -12,6 +12,7 @@ GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
BioSequences = "2"
DataFrames = "0.19"
julia = "1"
GZip = "0.5"

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

2 comments on commit 53ff4b8

@kdyrhage
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 updated: JuliaRegistries/General/6584

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.1.4 -m "<description of version>" 53ff4b8bb6f14c3250f1c4ead00b9a2237154245
git push origin v0.1.4

Also, note the warning: Version 0.1.4 skips over 0.1.3
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.