Skip to content

Commit e6f6f10

Browse files
kescoboKevin Bonham
andauthored
remove duplicate method (#129)
Co-authored-by: Kevin Bonham <kevin@bonham.ch>
1 parent cb9941c commit e6f6f10

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology"]
44
license = "MIT"
55
desc = "Functions and types for working with microbial community data"
66
authors = ["@kescobo <kevbonham@gmail.com>"]
7-
version = "0.9.0"
7+
version = "0.9.1"
88

99
[deps]
1010
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"

src/features.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name(as::AbstractFeature) = as.name
2-
name(as::AbstractFeature) = as.name
32

43
const _ranks = (
54
domain = 0,

0 commit comments

Comments
 (0)