Update version file

This commit is contained in:
Ricardo Montañana Gómez 2022-04-29 10:07:05 +02:00
parent 267a17a708
commit 114f53d5e8
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from sklearn.utils.multiclass import ( # type: ignore
check_classification_targets,
)
from sklearn.base import clone, BaseEstimator, ClassifierMixin # type: ignore
from sklearn.utils import check_random_state
from sklearn.utils import check_random_state # type: ignore
from sklearn.ensemble import BaseEnsemble # type: ignore
from sklearn.utils.validation import ( # type: ignore
check_is_fitted,

View File

@ -1 +1 @@
__version__ = "0.3.2"
__version__ = "0.3.3"