We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fd876 commit 27075c6Copy full SHA for 27075c6
setup.py
@@ -23,7 +23,7 @@ def requirements():
23
24
setuptools.setup(
25
name="connected-components-3d",
26
- version="3.3.0",
+ version="3.4.0",
27
setup_requires=['pbr', 'numpy'],
28
install_requires=['numpy'],
29
python_requires="~=3.6", # >= 3.6 < 4.0
@@ -60,6 +60,7 @@ def requirements():
60
"Programming Language :: Python :: 3.7",
61
"Programming Language :: Python :: 3.8",
62
"Programming Language :: Python :: 3.9",
63
+ "Programming Language :: Python :: 3.10",
64
"Topic :: Scientific/Engineering",
65
"Intended Audience :: Science/Research",
66
"Operating System :: POSIX",
0 commit comments