Skip to content

Commit

Permalink
remove duplicate method (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Bonham <[email protected]>
  • Loading branch information
kescobo and Kevin Bonham authored May 4, 2022
1 parent cb9941c commit e6f6f10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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 <[email protected]>"]
version = "0.9.0"
version = "0.9.1"

[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Expand Down
1 change: 0 additions & 1 deletion src/features.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name(as::AbstractFeature) = as.name
name(as::AbstractFeature) = as.name

const _ranks = (
domain = 0,
Expand Down

2 comments on commit e6f6f10

@kescobo
Copy link
Member Author

@kescobo kescobo commented on e6f6f10 May 4, 2022

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/59671

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

Please sign in to comment.