Skip to content

Commit

Permalink
MRG: 4.8.5 release branch (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Dec 12, 2023
1 parent 2a1e554 commit 5ae9ebc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_wheel_all_archs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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.5-dev";
version = "4.8.5";
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.5-dev"
version = "4.8.5"

authors = [
{ name="Luiz Irber", orcid="0000-0003-4371-9659" },
Expand Down

0 comments on commit 5ae9ebc

Please sign in to comment.