Skip to content

Commit

Permalink
4.8.6 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jan 31, 2024
1 parent 0827e8a commit 9e534df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

sourmash = python.buildPythonPackage rec {
pname = "sourmash";
version = "4.8.6-dev";
version = "4.8.6";
format = "pyproject";

src = ./.;
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 9e534df

Please sign in to comment.