Skip to content

Commit

Permalink
Merge pull request #14 from gabehassler/compathelper/new_version/2022…
Browse files Browse the repository at this point in the history
…-01-17-00-34-43-525-02174771992

CompatHelper: bump compat for CSV to 0.10, (keep existing compat)
  • Loading branch information
gabehassler authored Jan 17, 2022
2 parents 4a86763 + ee11884 commit b9a5173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
BEASTXMLConstructor = "0.1.4"
BeastUtils = "0.1.4"
CSV = "0.8, 0.9"
CSV = "0.8, 0.9, 0.10"
DataFrames = "0.20, 0.21, 0.22, 1.0"
EzXML = "1.0, 1.1"
JLD = "0.9, 0.10, 0.12"
RCall = "0.13"
UnPack = "1.0"
julia = "1.3, 1.4, 1.5, 1.6, 1.7"


[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit b9a5173

@gabehassler
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
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/52628

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.1.5 -m "<description of version>" b9a5173c437e7e4160db3dc66001afe9b707c450
git push origin v0.1.5

Please sign in to comment.