Skip to content

Commit 4b604ae

Browse files
author
Guillaume Lemaitre
committed
release 0.1.9
1 parent a8bb28d commit 4b604ae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

conda-recipe/imbalanced-learn/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: imbalanced-learn
3-
version: "0.1.8"
3+
version: "0.1.9"
44

55
source:
6-
git_rev: 0.1.8
6+
git_rev: 0.1.9
77
git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git
88

99
requirements:

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# built documents.
8888
#
8989
# The short X.Y version.
90-
__version__ = '0.1.8'
90+
__version__ = '0.1.9'
9191
version = __version__
9292
# The full version, including alpha/beta/rc tags.
9393
release = __version__

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.8'
24+
__version__ = '0.1.9'
2525

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.8
2+
current_version = 0.1.9
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55
serialize =

0 commit comments

Comments
 (0)