From 0566b79e3614a3d0e144b7ec301dd766cb564feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Mon, 23 Nov 2020 14:46:55 +0100 Subject: [PATCH] release version 0.35.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8accb42e2..3a601ee8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-htslib" -version = "0.35.2-alpha.0" +version = "0.35.2" authors = ["Christopher Schröder ", "Johannes Köster "] description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files." readme = "README.md"