diff --git a/Project.toml b/Project.toml index 0562aa6..7b7c0ce 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology"] license = "MIT" desc = "Functions and types for working with microbial community data" authors = ["@kescobo "] -version = "0.9.4" +version = "0.10.0" [deps] Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" diff --git a/src/profiles.jl b/src/profiles.jl index 47fc974..ef7acf8 100644 --- a/src/profiles.jl +++ b/src/profiles.jl @@ -577,8 +577,6 @@ function Base.get(commp::CommunityProfile) return get(commp, cols) end -Base.@deprecate_binding metadata get - """ filter(f, comm::CommunityProfile)