File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 103
103
# built documents.
104
104
#
105
105
# The short X.Y version.
106
- __version__ = '0.3.1 '
106
+ __version__ = '0.3.2 '
107
107
version = __version__
108
108
# The full version, including alpha/beta/rc tags.
109
109
release = __version__
Original file line number Diff line number Diff line change 21
21
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
22
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
23
#
24
- __version__ = '0.3.1 '
24
+ __version__ = '0.3.2 '
25
25
26
26
_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
27
27
'http://contrib.scikit-learn.org/imbalanced-learn/install.html' )
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.1
2
+ current_version = 0.3.2
3
3
tag = False
4
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
5
5
serialize =
You can’t perform that action at this time.
0 commit comments