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"