File tree 4 files changed +5
-5
lines changed
conda-recipe/imbalanced-learn
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : imbalanced-learn
3
- version : " 0.1.8 "
3
+ version : " 0.1.9 "
4
4
5
5
source :
6
- git_rev : 0.1.8
6
+ git_rev : 0.1.9
7
7
git_url : https://github.com/scikit-learn-contrib/imbalanced-learn.git
8
8
9
9
requirements :
Original file line number Diff line number Diff line change 87
87
# built documents.
88
88
#
89
89
# The short X.Y version.
90
- __version__ = '0.1.8 '
90
+ __version__ = '0.1.9 '
91
91
version = __version__
92
92
# The full version, including alpha/beta/rc tags.
93
93
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.1.8 '
24
+ __version__ = '0.1.9 '
25
25
26
26
_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
27
27
'glemaitre.github.io/UnbalancedDataset/install.html' )
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.8
2
+ current_version = 0.1.9
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