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

Commit c49a613

Browse files
author
JacksonMaxfield
committed
Bump version: 4.6.2 → 4.6.3
1 parent 240c1c7 commit c49a613

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
__email__ = "jmaxfieldbrown@gmail.com, jamie.sherman@gmail.com, bowdenm@spu.edu"
1414
# Do not edit this string manually, always use bumpversion
1515
# Details in CONTRIBUTING.md
16-
__version__ = "4.6.2"
16+
__version__ = "4.6.3"
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.6.2"
9+
version: "4.6.3"
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.6.2
2+
current_version = 4.6.3
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
@@ -161,6 +161,6 @@ def run(self):
161161
url="https://github.com/AllenCellModeling/aicsimageio",
162162
# Do not edit this string manually, always use bumpversion
163163
# Details in CONTRIBUTING.md
164-
version="4.6.2",
164+
version="4.6.3",
165165
zip_safe=False,
166166
)

0 commit comments

Comments
 (0)