Skip to content

Commit 7f58231

Browse files
committed
Bump version: 4.9.1 → 4.9.2
1 parent 657f451 commit 7f58231

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.9.1"
16+
__version__ = "4.9.2"
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.9.1"
9+
version: "4.9.2"
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.9.1
2+
current_version = 4.9.2
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
@@ -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.1",
171+
version="4.9.2",
172172
zip_safe=False,
173173
)

0 commit comments

Comments
 (0)