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" },