From d752501c5dea464f51e8a40a49573ae6767c2f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Fri, 27 Sep 2019 16:17:58 +0200 Subject: [PATCH] release version 0.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a92c44f62..e221c850c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-htslib" -version = "0.25.1-alpha.0" +version = "0.26.0" 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."