Skip to content

Commit f3b1337

Browse files
author
lipengbo
committed
fix
1 parent 7dfb126 commit f3b1337

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
description="bobotools",
1010
long_description=open("README.md", "r").read(),
1111
long_description_content_type="text/markdown",
12-
version="0.1.0", # 版本
12+
version="0.4.0", # 版本
1313
install_requires=["tqdm", "opencv-python", "numpy", "torch"],
1414
python_requires=">=3.6",
1515
include_package_data=True,
1616
classifiers=[
17-
'Environment :: Console',
18-
'Natural Language :: English',
19-
'Development Status :: 4 - Beta',
20-
'Intended Audience :: Developers',
21-
'License :: OSI Approved :: MIT License',
22-
'Operating System :: OS Independent',
23-
'Programming Language :: Python :: 3',
17+
"Environment :: Console",
18+
"Natural Language :: English",
19+
"Development Status :: 4 - Beta",
20+
"Intended Audience :: Developers",
21+
"License :: OSI Approved :: MIT License",
22+
"Operating System :: OS Independent",
23+
"Programming Language :: Python :: 3",
2424
],
2525
)

0 commit comments

Comments
 (0)