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 103103# built documents.
104104#
105105# The short X.Y version.
106- __version__ = '0.3.1 '
106+ __version__ = '0.3.2 '
107107version = __version__
108108# The full version, including alpha/beta/rc tags.
109109release = __version__
Original file line number Diff line number Diff line change 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.3.1 '
24+ __version__ = '0.3.2 '
2525
2626_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
2727 'http://contrib.scikit-learn.org/imbalanced-learn/install.html' )
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.1
2+ current_version = 0.3.2
33tag = False
44parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55serialize =
You can’t perform that action at this time.
0 commit comments