From e73736e607b850931896bb3b10cf08809975b111 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sat, 16 Sep 2023 07:34:37 -0700 Subject: [PATCH] MRG: bump version to 4.8.5-dev (#2766) ref #2517 --- flake.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5b39c8595b..98b43f4c61 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ sourmash = python.buildPythonPackage rec { pname = "sourmash"; - version = "4.8.4"; + version = "4.8.5-dev"; format = "pyproject"; src = ./.; diff --git a/pyproject.toml b/pyproject.toml index 498121a78c..3249545ecc 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" +version = "4.8.5-dev" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },