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 22
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
23
#
24
24
25
- __version__ = "0.10.0 "
25
+ __version__ = "0.10.1 "
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.10.0
2
+ current_version = 0.10.1
3
3
tag = False
4
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
5
- serialize =
5
+ serialize =
6
6
{major}.{minor}.{patch}.{release}{dev}
7
7
{major}.{minor}.{patch}
8
8
9
9
[bumpversion:part:release]
10
10
optional_value = gamma
11
- values =
11
+ values =
12
12
dev
13
13
gamma
14
14
@@ -22,17 +22,17 @@ test = pytest
22
22
[tool:pytest]
23
23
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
24
24
testpaths = imblearn
25
- addopts =
25
+ addopts =
26
26
--doctest-modules
27
27
--color =yes
28
28
-rs
29
- filterwarnings =
29
+ filterwarnings =
30
30
ignore:the matrix subclass:PendingDeprecationWarning
31
31
32
32
[flake8]
33
33
max-line-length = 88
34
34
target-version = [' py37' ]
35
- ignore =
35
+ ignore =
36
36
E24,
37
37
E121,
38
38
E123,
@@ -44,17 +44,18 @@ ignore =
44
44
E741,
45
45
W503,
46
46
W504
47
- exclude =
47
+ exclude =
48
48
.git,
49
49
__pycache__,
50
50
dist,
51
51
doc/_build,
52
52
doc/auto_examples,
53
53
build,
54
- per-file-ignores =
54
+ per-file-ignores =
55
55
examples/*: E402
56
56
doc/conf.py: E402
57
57
58
58
[mypy]
59
59
ignore_missing_imports = True
60
60
allow_redefinition = True
61
+
You can’t perform that action at this time.
0 commit comments