We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a4485 commit aa5e428Copy full SHA for aa5e428
imblearn/version.py
@@ -21,7 +21,7 @@
21
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
#
24
-__version__ = '0.1'
+__version__ = '0.1.1'
25
26
_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
27
'glemaitre.github.io/UnbalancedDataset/install.html')
0 commit comments