Skip to content

Commit

Permalink
remove deprecation and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Bonham committed Feb 1, 2023
1 parent e120d43 commit 33ec7bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology"]
license = "MIT"
desc = "Functions and types for working with microbial community data"
authors = ["@kescobo <kevbonham@gmail.com>"]
version = "0.9.4"
version = "0.10.0"

[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Expand Down
2 changes: 0 additions & 2 deletions src/profiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,6 @@ function Base.get(commp::CommunityProfile)
return get(commp, cols)
end

Base.@deprecate_binding metadata get

"""
filter(f, comm::CommunityProfile)
Expand Down

0 comments on commit 33ec7bf

Please sign in to comment.