From 5624f21954629d7bf14d9680dd1e5dfe1ea1b9e7 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Wed, 12 Jun 2024 06:21:41 -0700 Subject: [PATCH] MRG: bump version to 0.9.4, upgrade sourmash req (#351) * bump version to 0.9.4, upgrade sourmash req * upd Cargo.lock --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2b4db8c..b38664ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "sourmash_plugin_branchwater" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index bb822042..95a310b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sourmash_plugin_branchwater" -version = "0.9.3" +version = "0.9.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pyproject.toml b/pyproject.toml index 68535571..9598ed9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["sourmash>=4.8.8,<5"] +dependencies = ["sourmash>=4.8.9,<5"] authors = [ { name="N. Tessa Pierce-Ward", orcid="0000-0002-2942-5331" },