Skip to content

Commit

Permalink
release(3.20.0): faster statistics, dust, largest_k
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Nov 17, 2024
1 parent 442f1bc commit 3dcd92b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.19.0",
version="3.20.0",
setup_requires=['pbr', 'numpy', 'cython'],
install_requires=['numpy'],
python_requires=">=3.8,<4.0",
Expand Down Expand Up @@ -80,6 +80,7 @@ def requirements():
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
"Intended Audience :: Science/Research",
"Operating System :: POSIX",
Expand Down

0 comments on commit 3dcd92b

Please sign in to comment.