File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 2222# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323#
2424
25- __version__ = "0.10.0 "
25+ __version__ = "0.10.1 "
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.10.0
2+ current_version = 0.10.1
33tag = False
44parse = (?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]
1010optional_value = gamma
11- values =
11+ values =
1212 dev
1313 gamma
1414
@@ -22,17 +22,17 @@ test = pytest
2222[tool:pytest]
2323doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
2424testpaths = 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]
3333max-line-length = 88
3434target-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]
5959ignore_missing_imports = True
6060allow_redefinition = True
61+
You can’t perform that action at this time.
0 commit comments