From 9f05ac1c358a6073fe6dbd7ec148d6818c9f80da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 10 Nov 2015 19:09:39 -0500 Subject: [PATCH] New version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad6e5aec0..3371fe307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-htslib" -version = "0.5.1" +version = "0.5.2" authors = ["Christopher Schröder ", "Johannes Köster "] build = "build.rs" description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."