Skip to content

Commit

Permalink
release(3.4.1): fixes issue with large integer labels
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 1, 2024
1 parent a8d6b2d commit 1a043c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-qemu-action@v1

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(fname):

setuptools.setup(
name="kimimaro",
version="3.4.0",
version="3.4.1",
setup_requires=["numpy", "cython"],
install_requires=[
"click",
Expand Down

0 comments on commit 1a043c4

Please sign in to comment.