Skip to content

Commit aa5e428

Browse files
author
Guillaume Lemaitre
committed
Update the version for pypi
1 parent 53a4485 commit aa5e428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2222
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323
#
24-
__version__ = '0.1'
24+
__version__ = '0.1.1'
2525

2626
_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
2727
'glemaitre.github.io/UnbalancedDataset/install.html')

0 commit comments

Comments
 (0)