Skip to content

Commit bd3566a

Browse files
author
Guillaume Lemaitre
committed
bumpversion 0.1.1 -> 0.1.2
1 parent 9546677 commit bd3566a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

conda-recipe/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.1"
3+
version: "0.1.2"
44

55
source:
6-
git_rev: 0.1.1
6+
git_rev: 0.1.2
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.1'
90+
__version__ = '0.1.2'
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.1'
24+
__version__ = '0.1.2'
2525

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

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55
serialize =
@@ -15,6 +15,7 @@ values =
1515
[bumpversion:part:dev]
1616

1717
[bumpversion:file:imblearn/version.py]
18+
1819
[bumpversion:file:doc/conf.py]
1920

2021
[aliases]
@@ -30,3 +31,4 @@ with-doctest = 1
3031
doctest-tests = 1
3132
doctest-extension = rst
3233
doctest-fixtures = _fixture
34+

0 commit comments

Comments
 (0)