Skip to content

Commit 64fc1ca

Browse files
committed
REL bumpversion to 0.10.1
1 parent 524ca03 commit 64fc1ca

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

imblearn/_version.py

Lines changed: 1 addition & 1 deletion
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.10.0"
25+
__version__ = "0.10.1"

setup.cfg

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[bumpversion]
2-
current_version = 0.10.0
2+
current_version = 0.10.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,17 +22,17 @@ 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
target-version = ['py37']
35-
ignore =
35+
ignore =
3636
E24,
3737
E121,
3838
E123,
@@ -44,17 +44,18 @@ ignore =
4444
E741,
4545
W503,
4646
W504
47-
exclude =
47+
exclude =
4848
.git,
4949
__pycache__,
5050
dist,
5151
doc/_build,
5252
doc/auto_examples,
5353
build,
54-
per-file-ignores =
54+
per-file-ignores =
5555
examples/*: E402
5656
doc/conf.py: E402
5757

5858
[mypy]
5959
ignore_missing_imports = True
6060
allow_redefinition = True
61+

0 commit comments

Comments
 (0)