Skip to content

Commit

Permalink
release(3.19.0): support for binary_image argument
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Oct 9, 2024
1 parent 738f89e commit aafabfb
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 @@ -35,6 +35,6 @@ jobs:
CIBW_BEFORE_BUILD: pip install numpy
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def requirements():

setuptools.setup(
name="connected-components-3d",
version="3.18.0",
version="3.19.0",
setup_requires=['pbr', 'numpy', 'cython'],
install_requires=['numpy'],
python_requires=">=3.8,<4.0",
Expand Down

0 comments on commit aafabfb

Please sign in to comment.