From 607f2d6fa362fac266b1064b7808add1220f0375 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Mon, 10 Jun 2024 11:04:10 -0700 Subject: [PATCH] 4.8.9 release branch --- flake.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5c3795f1d4..762d78d1e2 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ sourmash = python.buildPythonPackage ( commonArgs // rec { pname = "sourmash"; - version = "4.8.8"; + version = "4.8.9"; format = "pyproject"; cargoDeps = rustPlatform.importCargoLock { diff --git a/pyproject.toml b/pyproject.toml index bb6309863c..dbca0a09f7 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.9-dev" +version = "4.8.9" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },