Skip to content

Commit

Permalink
Update version file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmontanana committed Apr 29, 2022
1 parent 267a17a commit 114f53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion odte/Odte.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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,
Expand Down
2 changes: 1 addition & 1 deletion odte/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.2"
__version__ = "0.3.3"

0 comments on commit 114f53d

Please sign in to comment.