diff --git a/flake.nix b/flake.nix index 06ecc32fb4..8d4fae898e 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ sourmash = python.buildPythonPackage ( commonArgs // rec { pname = "sourmash"; - version = "4.8.6"; + version = "4.8.7"; format = "pyproject"; cargoDeps = rustPlatform.importCargoLock { diff --git a/pyproject.toml b/pyproject.toml index 291c732093..3e93f49d9c 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.7-dev" +version = "4.8.7" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },