From 616eb0d5faad86777fd968a27504698786f6e9c2 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Thu, 5 Dec 2024 11:13:41 -0800 Subject: [PATCH] 4.8.12 release branch --- flake.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a9d567db5d..732f4b59de 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ sourmash = python.buildPythonPackage ( commonArgs // rec { pname = "sourmash"; - version = "4.8.11"; + version = "4.8.12"; format = "pyproject"; cargoDeps = rustPlatform.importCargoLock { diff --git a/pyproject.toml b/pyproject.toml index 9dc3d023a3..6c61b6dda5 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.11" +version = "4.8.12" authors = [ { name="Luiz Irber" },