Skip to content

Commit 27075c6

Browse files
release(3.4.0): adds float and double support + continuous value support
1 parent 07fd876 commit 27075c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def requirements():
2323

2424
setuptools.setup(
2525
name="connected-components-3d",
26-
version="3.3.0",
26+
version="3.4.0",
2727
setup_requires=['pbr', 'numpy'],
2828
install_requires=['numpy'],
2929
python_requires="~=3.6", # >= 3.6 < 4.0
@@ -60,6 +60,7 @@ def requirements():
6060
"Programming Language :: Python :: 3.7",
6161
"Programming Language :: Python :: 3.8",
6262
"Programming Language :: Python :: 3.9",
63+
"Programming Language :: Python :: 3.10",
6364
"Topic :: Scientific/Engineering",
6465
"Intended Audience :: Science/Research",
6566
"Operating System :: POSIX",

0 commit comments

Comments
 (0)