From 32ab7eb7d95003386bfdd770e9ed21de3fb25655 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Fri, 15 Sep 2023 13:52:32 -0700 Subject: [PATCH] MRG: 4.8.4 release branch (#2764) Ref https://github.com/sourmash-bio/sourmash/issues/2759 --- flake.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 43ad3b8d78..5b39c8595b 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ sourmash = python.buildPythonPackage rec { pname = "sourmash"; - version = "4.8.4-dev"; + version = "4.8.4"; format = "pyproject"; src = ./.; diff --git a/pyproject.toml b/pyproject.toml index ff3b831c20..498121a78c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = 'maturin' name = "sourmash" description = "tools for comparing biological sequences with k-mer sketches" readme = "README.md" -version = "4.8.4-dev" +version = "4.8.4" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },