Skip to content

Commit 1a043c4

Browse files
release(3.4.1): fixes issue with large integer labels
1 parent a8d6b2d commit 1a043c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-qemu-action@v1
2929

3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v2.16.2
31+
uses: pypa/cibuildwheel@v2.16.5
3232
# to supply options, put them in 'env', like:
3333
env:
3434
CIBW_ARCHS_LINUX: ${{matrix.arch}}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020

2121
setuptools.setup(
2222
name="kimimaro",
23-
version="3.4.0",
23+
version="3.4.1",
2424
setup_requires=["numpy", "cython"],
2525
install_requires=[
2626
"click",

0 commit comments

Comments
 (0)