Skip to content

Commit a6d7928

Browse files
committed
Bump version: 4.11.0 → 4.12.0
1 parent 1bb49e9 commit a6d7928

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aicsimageio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
# Do not edit this string manually, always use bumpversion
1515
# Details in CONTRIBUTING.md
16-
__version__ = "4.11.0"
16+
__version__ = "4.12.0"
1717

1818

1919
def get_module_version() -> str:

cookiecutter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ default_context:
66
project_slug: "aicsimageio"
77
project_short_description: "Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Pure Python"
88
pypi_username: "aicspypi"
9-
version: "4.11.0"
9+
version: "4.12.0"
1010
open_source_license: "BSD license"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.11.0
2+
current_version = 4.12.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
commit = True

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ def run(self):
171171
url="https://github.com/AllenCellModeling/aicsimageio",
172172
# Do not edit this string manually, always use bumpversion
173173
# Details in CONTRIBUTING.md
174-
version="4.11.0",
174+
version="4.12.0",
175175
zip_safe=False,
176176
)

0 commit comments

Comments
 (0)