From 99a4cdc2738b92a163a685bb7ad54c8cbc1c00d3 Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Wed, 18 Jul 2018 14:22:15 -0700 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7c1212..891cb87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sourmash" -version = "0.1.1" +version = "0.2.0" authors = ["Luiz Irber "] description = "MinHash sketches for genomic data" repository = "https://github.com/luizirber/sourmash-rust"