From 37d7068889c5c2b7563c05cb5b137b6e4e84a768 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Tue, 13 Jun 2023 11:25:39 -0700 Subject: [PATCH] (cargo-release) version 1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a6e5bf..1272423 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "fqgrep" -version = "1.0.3-rc.1" +version = "1.0.3" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d45d686..9310764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fqgrep" authors = ["Nils Homer ", "Seth Stadick "] -version = "1.0.3-rc.1" +version = "1.0.3" edition = "2018" license = "MIT" description = "Search a pair of fastq files for reads that match a given ref or alt sequence"