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"