From bda89354e45cc37938455e2e639b6d0248ed2c88 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Tue, 27 Feb 2024 13:29:16 -0800 Subject: [PATCH] bump version to v0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fe3de13..4e3fa969 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1723,7 +1723,7 @@ dependencies = [ [[package]] name = "sourmash_plugin_branchwater" -version = "0.9.1-dev" +version = "0.9.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 371ef564..a2fb414b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sourmash_plugin_branchwater" -version = "0.9.1-dev" +version = "0.9.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html