Skip to content

Commit

Permalink
compat(phylopic): add compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot authored Apr 26, 2023
1 parent 12d567c commit 6367411
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Phylopic/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
HTTP = "1.7"
JSON = "0.21"
julia = "1.8"

2 comments on commit 6367411

@tpoisot
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 subdir="Phylopic"

@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/82334

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 Phylopic-v0.0.1 -m "<description of version>" 6367411c63fde5babd50bccd112965ce0f7f460b
git push origin Phylopic-v0.0.1

Please sign in to comment.