From 9e9ede0f384c76a7f8f86bb3b82a42be826a7c37 Mon Sep 17 00:00:00 2001 From: Tim Anderson Date: Tue, 14 Jan 2025 11:48:42 -0700 Subject: [PATCH] fix version string for v0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 732aa80..af6c122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awry" -version = "0.2.0" +version = "0.2.2" description = "Library for creating FM-indexes from FASTA/FASTQ files. AWRY is able to search at lightning speed by leveraging SIMD vectorization and multithreading over collections of queries." license = "BSD-3-Clause" homepage = "https://github.com/UM-Applied-Algorithms-Lab/AWRY_Index"