diff --git a/setup.py b/setup.py index cfb1567..848062c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="binclass-tools", # - version="0.2.3", # Required + version="0.2.4", # Required description="A set of tools that facilitates the analysis of binary classification problems", # Optional long_description=long_description, # Optional @@ -31,6 +31,8 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], keywords="binary, classification, confusion, matrix, threshold, plot, precision, recall",