Skip to content

Commit

Permalink
release(4.1.0): fixed numpy 2.0 compatibility, faster
Browse files Browse the repository at this point in the history
join_close_compoents
  • Loading branch information
william-silversmith committed Jul 19, 2024
1 parent fa65ba6 commit 63704e6
Showing 1 changed file with 1 addition and 1 deletion.
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="4.0.2",
version="4.1.0",
setup_requires=["numpy", "cython"],
install_requires=[
"click",
Expand Down

0 comments on commit 63704e6

Please sign in to comment.