diff --git a/flake.nix b/flake.nix index 69d3acb5d..a9d567db5 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ sourmash = python.buildPythonPackage ( commonArgs // rec { pname = "sourmash"; - version = "4.8.10"; + version = "4.8.11"; format = "pyproject"; cargoDeps = rustPlatform.importCargoLock { diff --git a/pyproject.toml b/pyproject.toml index 7b3f31061..ce7c1b706 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-dev" +version = "4.8.11" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },