Skip to content

Commit

Permalink
Merge branch 'compat'
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Feb 20, 2021
2 parents 99632a3 + abc519a commit d6de934
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 = "GenomicFeatures"
uuid = "899a7d2d-5c61-547b-bef9-6698a8d05446"
authors = ["Kenta Sato <[email protected]>", "Ben J. Ward <[email protected]>", "Ciarán O’Mara <[email protected]>"]
version = "2.0.3"
version = "2.0.4"

[deps]
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
Expand All @@ -10,7 +10,7 @@ IntervalTrees = "524e6230-43b7-53ae-be76-1e9e4d08d11b"

[compat]
BioGenerics = "0.1"
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
IntervalTrees = "1.0"
julia = "1"

Expand Down

2 comments on commit d6de934

@CiaranOMara
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/30477

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.4 -m "<description of version>" d6de934ee755c169b483d16c43ee09f346c1c8e2
git push origin v2.0.4

Please sign in to comment.