Skip to content

Commit

Permalink
fix julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Apr 2, 2022
1 parent 611adc9 commit 43b4ecb
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 @@ -12,7 +12,7 @@ SubstitutionModels = "8365b1bb-bd83-58ee-a267-f2965fc81c73"
GeneticBitArrays = "0.2.1, 0.3"
PhyloTrees = "0.10, 0.11"
SubstitutionModels = "0.4, 0.5"
julia = "1, 2"
julia = "1"

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

2 comments on commit 43b4ecb

@jangevaare
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register
Release notes:

  • Github actions based testing
  • Compatibility updates

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

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.3.4 -m "<description of version>" 43b4ecbc554934be15bd860d4ec96110734e44d1
git push origin v0.3.4

Please sign in to comment.