From 7d51b6a2a5ee3e91e18df0eea55225e4010a2b0a Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Fri, 15 Nov 2024 16:37:55 -0800 Subject: [PATCH] MRG: bump to version 0.9.11 (#522) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24f4e778..1fd2380c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1820,7 +1820,7 @@ dependencies = [ [[package]] name = "sourmash_plugin_branchwater" -version = "0.9.10" +version = "0.9.11" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 064fa0c0..a8a5030d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sourmash_plugin_branchwater" -version = "0.9.10" +version = "0.9.11" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html