From f1acc5f7951feb07760cd0e503b527fdf2af3ef2 Mon Sep 17 00:00:00 2001 From: "N. Tessa Pierce-Ward" Date: Sat, 28 Dec 2024 18:45:56 -0800 Subject: [PATCH] add version to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 12a8f57b..b191c9f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ name = "sourmash_plugin_branchwater" description = "fast command-line extensions for sourmash" readme = "README.md" +version = "0.9.12" requires-python = ">=3.10" classifiers = [ "Programming Language :: Rust",