From 75017d424566d5e06760454861af1b7c8485714f Mon Sep 17 00:00:00 2001 From: esteinig Date: Sat, 18 Feb 2023 13:19:11 +1100 Subject: [PATCH] push version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3489e20..2a16890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrubby" -version = "0.1.0" +version = "0.2.0" authors = ["esteinig "] description = "Remove or extract background taxa for metagenomic diagnostic applications" documentation = "https://github.com/esteinig/scrubby"