Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 25d561e

Browse files
committed
Bump version: 4.9.3 → 4.9.4
1 parent 2716438 commit 25d561e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aicsimageio/__init__.py

Lines changed: 1 addition & 1 deletion
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.9.3"
16+
__version__ = "4.9.4"
1717

1818

1919
def get_module_version() -> str:

cookiecutter.yaml

Lines changed: 1 addition & 1 deletion
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.9.3"
9+
version: "4.9.4"
1010
open_source_license: "BSD license"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.9.3
2+
current_version = 4.9.4
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
commit = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ def run(self):
168168
url="https://github.com/AllenCellModeling/aicsimageio",
169169
# Do not edit this string manually, always use bumpversion
170170
# Details in CONTRIBUTING.md
171-
version="4.9.3",
171+
version="4.9.4",
172172
zip_safe=False,
173173
)

0 commit comments

Comments
 (0)