Skip to content

Commit

Permalink
Merge pull request #15 from BioJulia/df
Browse files Browse the repository at this point in the history
update DataFrames dep
  • Loading branch information
kescobo authored May 5, 2020
2 parents 025d0c5 + 30ef5c1 commit 6b17ad9
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
Expand Up @@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology", "metagenomics"]
license = "MIT"
desc = "Convenience functions for working with the bioBakery"
authors = ["kescobo <[email protected]"]
version = "0.3.2"
version = "0.3.3"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
CSV = "0.5, 0.6"
DataFrames = "0.19, 0.20"
DataFrames = "0.19, 0.20, 0.21"
Microbiome = "0.6"
RCall = "0.13"
julia = "1.1"
Expand Down

2 comments on commit 6b17ad9

@kescobo
Copy link
Member Author

@kescobo kescobo commented on 6b17ad9 May 5, 2020

Choose a reason for hiding this comment

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

@BioJuliaBot register

@BioJuliaBot
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: BioJulia/BioJuliaRegistry/69

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.3 -m "<description of version>" 6b17ad98671f4668e20e4762c8b5cd91bf3ee14a
git push origin v0.3.3

Please sign in to comment.