diff --git a/flake.nix b/flake.nix index 5ccb57e59b..6739271d50 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ sourmash = python.buildPythonPackage ( commonArgs // rec { pname = "sourmash"; - version = "4.8.6-dev"; + version = "4.8.6"; format = "pyproject"; cargoDeps = rustPlatform.importCargoLock { diff --git a/pyproject.toml b/pyproject.toml index 3f2331b97c..240e7034a3 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.6-dev" +version = "4.8.6" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },