From e0a4578fe621617a40e97508a3af0791f5f7e8da Mon Sep 17 00:00:00 2001 From: Zachary Montague <7682998+zacmon@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:47:04 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76fa51e..12246f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tcrdist_rs" -version = "0.1.10" +version = "0.1.11" edition = "2021" license = "MIT" description = "Rust tcrdist routines, including SMID-accelerated edit distances from triple_accel."