Skip to content

Commit 29a36cc

Browse files
committed
Release 0.3.1
1 parent c06d7f4 commit 29a36cc

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

conda-recipe/imbalanced-learn/meta.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
package:
22
name: imbalanced-learn
3-
version: "0.3.0"
3+
version: "0.3.1"
44

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

9+
build:
10+
number: 0
11+
noarch: python
12+
913
requirements:
1014
build:
1115
- python

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
# built documents.
104104
#
105105
# The short X.Y version.
106-
__version__ = '0.3.0'
106+
__version__ = '0.3.1'
107107
version = __version__
108108
# The full version, including alpha/beta/rc tags.
109109
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.3.0'
24+
__version__ = '0.3.1'
2525

2626
_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
2727
'http://contrib.scikit-learn.org/imbalanced-learn/install.html')

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
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)