Skip to content

Commit 6ce2858

Browse files
authored
upd version
1 parent 8985c48 commit 6ce2858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct RawNode {
3939
fn main() -> io::Result<()> {
4040
// ========== 1. Parse command-line arguments ==========
4141
let matches = Command::new("distree")
42-
.version("1.0")
42+
.version("1.0.0")
4343
.author("Paula Ruiz-Rodriguez")
4444
.about("Extracts a distance matrix from a phylogeny (parallel, low-memory)")
4545
.arg(

0 commit comments

Comments
 (0)