From 501e1846d557ed8f6f81efde742f9c39c9c919f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Fri, 19 Mar 2021 20:43:09 +0100 Subject: [PATCH] (cargo-release) version 0.20.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53d4e9f3..9d348265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-bio-tools" -version = "0.20.2-alpha.0" +version = "0.20.2" authors = ["Johannes Köster ", "Erik Clarke "] description = "A set of fast and robust command line utilities for bioinformatics tasks based on Rust-Bio." license-file = "LICENSE.md"