Skip to content

Commit

Permalink
release(4.0.1): fixes two issues that resulted in crashes
Browse files Browse the repository at this point in the history
- Unnecessary import w/ updated CloudVolume
- Cython issue
  • Loading branch information
william-silversmith committed Jun 12, 2024
1 parent 4d6caf9 commit 4bdc650
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.0",
version="4.0.1",
setup_requires=["numpy", "cython"],
install_requires=[
"click",
Expand Down

0 comments on commit 4bdc650

Please sign in to comment.