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 e85cf47 commit 8f63051Copy full SHA for 8f63051
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name="datatorch",
36
- version="0.4.8.2",
+ version="0.4.8.3",
37
description="A CLI and library for interacting with DataTorch.",
38
author="DataTorch",
39
author_email="[email protected]",
@@ -59,6 +59,7 @@
59
"Programming Language :: Python :: 3.7",
60
"Programming Language :: Python :: 3.8",
61
"Programming Language :: Python :: 3.9",
62
+ "Programming Language :: Python :: 3.10",
63
"Topic :: Scientific/Engineering :: Artificial Intelligence",
64
"Topic :: Software Development :: Libraries :: Python Modules",
65
],
0 commit comments