From 2d57bc138cc952b466ac9b377169ba5994b31737 Mon Sep 17 00:00:00 2001 From: "Mitchell R. Vollger" Date: Sat, 7 Oct 2023 21:49:27 -0700 Subject: [PATCH] Release bio-io v0.3.1 --- bio-io/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bio-io/Cargo.toml b/bio-io/Cargo.toml index 273bebf3..0f33b7ba 100644 --- a/bio-io/Cargo.toml +++ b/bio-io/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["bam", "bfx"] license = "MIT" name = "bio-io" repository = "https://github.com/fiberseq/fibertools-rs" -version = "0.3.0" +version = "0.3.1" [dependencies] anyhow = "1.0.58"