Skip to content

Commit 18d5123

Browse files
committed
REL make 0.9.1 release
1 parent de4bf66 commit 18d5123

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

imblearn/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323
#
2424

25-
__version__ = "0.9.0"
25+
__version__ = "0.9.1"

setup.cfg

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[bumpversion]
2-
current_version = 0.9.0
2+
current_version = 0.9.1
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
5-
serialize =
5+
serialize =
66
{major}.{minor}.{patch}.{release}{dev}
77
{major}.{minor}.{patch}
88

99
[bumpversion:part:release]
1010
optional_value = gamma
11-
values =
11+
values =
1212
dev
1313
gamma
1414

@@ -22,20 +22,19 @@ test = pytest
2222
[tool:pytest]
2323
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
2424
testpaths = imblearn
25-
addopts =
25+
addopts =
2626
--doctest-modules
2727
--color=yes
2828
-rs
29-
filterwarnings =
29+
filterwarnings =
3030
ignore:the matrix subclass:PendingDeprecationWarning
3131

3232
[flake8]
3333
max-line-length = 88
3434
ignore = E121,E123,E126,E226,E24,E704,W503,W504,E203
35-
per-file-ignores =
35+
per-file-ignores =
3636
examples/*: E402
3737

3838
[mypy]
3939
ignore_missing_imports = True
4040
allow_redefinition = True
41-

0 commit comments

Comments
 (0)