diff --git a/setup.py b/setup.py index b73d2ee..3b5540e 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name="datatorch", - version="0.4.8.2", + version="0.4.8.3", description="A CLI and library for interacting with DataTorch.", author="DataTorch", author_email="support@datatorch.io", @@ -59,6 +59,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries :: Python Modules", ],