From f85ecbb6a19f4cfba3bbd3c1cfe4e665311ab26e Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Fri, 17 Aug 2018 16:16:44 -0700 Subject: [PATCH] bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67e765f..d0671d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sourmash" -version = "0.2.0" +version = "0.2.1" authors = ["Luiz Irber "] description = "MinHash sketches for genomic data" repository = "https://github.com/luizirber/sourmash-rust"