Skip to content

Commit

Permalink
v2.0.1. compat update to PN v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileane committed Dec 10, 2024
1 parent afcf8b3 commit 7bf5d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PhyloPlots"
uuid = "c0d5b6db-e3fc-52bc-a87d-1d050989ed3b"
license = "MIT"
version = "2.0.0"
version = "2.0.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -12,7 +12,7 @@ RCall = "6f49c342-dc21-5d91-9882-a32aef131414"

[compat]
DataFrames = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0"
PhyloNetworks = "0.17"
PhyloNetworks = "0.17, 1"
RCall = "0.11, 0.12, 0.13, 0.14"
julia = "1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"

Expand Down

2 comments on commit 7bf5d9f

@cecileane
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/121153

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 v2.0.1 -m "<description of version>" 7bf5d9fcd9b64f0788c4d5efa23e477e95ad5f49
git push origin v2.0.1

Please sign in to comment.