Skip to content

Commit 486cad7

Browse files
committed
updated version to 0.2.4 (added compatible python versions)
1 parent 86a9bd5 commit 486cad7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name="binclass-tools", #
1212

13-
version="0.2.3", # Required
13+
version="0.2.4", # Required
1414
description="A set of tools that facilitates the analysis of binary classification problems", # Optional
1515

1616
long_description=long_description, # Optional
@@ -31,6 +31,8 @@
3131
"Programming Language :: Python :: 3.6",
3232
"Programming Language :: Python :: 3.7",
3333
"Programming Language :: Python :: 3.8",
34+
"Programming Language :: Python :: 3.9",
35+
"Programming Language :: Python :: 3.10",
3436
],
3537

3638
keywords="binary, classification, confusion, matrix, threshold, plot, precision, recall",

0 commit comments

Comments
 (0)