Skip to content

Commit fa29ae5

Browse files
author
JacksonMaxfield
committed
Bump version: 3.1.4 → 3.2.0
1 parent 1d4e556 commit fa29ae5

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

aicsimageio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
# Do not edit this string manually, always use bumpversion
99
# Details in CONTRIBUTING.md
10-
__version__ = "3.1.4"
10+
__version__ = "3.2.0"

setup.cfg

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.4
2+
current_version = 3.2.0
33
commit = True
44
tag = True
55

@@ -17,16 +17,14 @@ universal = 1
1717
[flake8]
1818
exclude = docs
1919
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
2724

2825
[aliases]
2926
test = pytest
3027

3128
[tool:pytest]
3229
collect_ignore = ['setup.py']
30+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@
131131
url="https://github.com/AllenCellModeling/aicsimageio",
132132
# Do not edit this string manually, always use bumpversion
133133
# Details in CONTRIBUTING.md
134-
version="3.1.4",
134+
version="3.2.0",
135135
zip_safe=False,
136136
)

0 commit comments

Comments
 (0)