From 5ae9ebc00be7c07bc3be39228ccc1e1f9b3bf4af Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Tue, 12 Dec 2023 11:26:26 -0800 Subject: [PATCH] MRG: 4.8.5 release branch (#2876) --- .github/workflows/build_wheel_all_archs.yml | 8 -------- flake.nix | 2 +- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_wheel_all_archs.yml b/.github/workflows/build_wheel_all_archs.yml index 5db021aaf4..e3924da446 100644 --- a/.github/workflows/build_wheel_all_archs.yml +++ b/.github/workflows/build_wheel_all_archs.yml @@ -24,14 +24,6 @@ jobs: os: ubuntu-20.04 arch: aarch64 macos_target: '' - - build: linux-ppc64le - os: ubuntu-20.04 - arch: ppc64le - macos_target: '' - - build: linux-s390x - os: ubuntu-20.04 - arch: s390x - macos_target: '' fail-fast: false steps: diff --git a/flake.nix b/flake.nix index ea8839b4a7..5741427955 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ sourmash = python.buildPythonPackage rec { pname = "sourmash"; - version = "4.8.5-dev"; + version = "4.8.5"; format = "pyproject"; src = ./.; diff --git a/pyproject.toml b/pyproject.toml index cbae26c5c9..aef5f5911b 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.5-dev" +version = "4.8.5" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },