From 52449f6b41b94e38394edb87acfa6e18310631b8 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Thu, 17 Aug 2023 07:15:14 -0700 Subject: [PATCH] 4.8.3 release branch (#2719) ref https://github.com/sourmash-bio/sourmash/issues/2718 --- flake.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7d3c7a4e34..21bee98f82 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ sourmash = python.buildPythonPackage rec { pname = "sourmash"; - version = "4.8.2"; + version = "4.8.3"; format = "pyproject"; src = ./.; diff --git a/pyproject.toml b/pyproject.toml index 3e39f97122..e1f780e672 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.3-dev" +version = "4.8.3" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },