From 1aea79452f11d02ff958381838823458d621517a Mon Sep 17 00:00:00 2001 From: Patrick Marks Date: Tue, 21 Jan 2020 10:41:36 -0800 Subject: [PATCH] set version to 0.29.1 for patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2577f20576..51c8306f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bio" -version = "0.30.1-alpha.0" +version = "0.29.1" authors = ["Johannes Köster "] description = "A bioinformatics library for Rust. This library provides implementations of many algorithms and data structures that are useful for bioinformatics, but also in other fields." homepage = "https://rust-bio.github.io"