File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Do not edit this string manually, always use bumpversion
9
9
# Details in CONTRIBUTING.md
10
- __version__ = "3.1.4 "
10
+ __version__ = "3.2.0 "
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.1.4
2
+ current_version = 3.2.0
3
3
commit = True
4
4
tag = True
5
5
@@ -17,16 +17,14 @@ universal = 1
17
17
[flake8]
18
18
exclude = docs
19
19
max-line-length = 88
20
- ignore =
21
- # Whitespace before ':'
22
- E203
23
- # Whitepsace at end of line
24
- W291
25
- # Line break before logical
26
- W503
20
+ ignore =
21
+ E203
22
+ W291
23
+ W503
27
24
28
25
[aliases]
29
26
test = pytest
30
27
31
28
[tool:pytest]
32
29
collect_ignore = [' setup.py' ]
30
+
Original file line number Diff line number Diff line change 131
131
url = "https://github.com/AllenCellModeling/aicsimageio" ,
132
132
# Do not edit this string manually, always use bumpversion
133
133
# Details in CONTRIBUTING.md
134
- version = "3.1.4 " ,
134
+ version = "3.2.0 " ,
135
135
zip_safe = False ,
136
136
)
You can’t perform that action at this time.
0 commit comments