Skip to content

Commit

Permalink
updated version to 0.2.4 (added compatible python versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
GretaVilla committed Aug 30, 2022
1 parent 86a9bd5 commit 486cad7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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",
Expand Down

0 comments on commit 486cad7

Please sign in to comment.