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

Commit b577cbf

Browse files
author
JacksonMaxfield
committed
Bump version: 0.4.1 → 0.5.0
1 parent f6e56e7 commit b577cbf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

napari_aicsimageio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = "jacksonb@alleninstitute.org"
77
# Do not edit this string manually, always use bumpversion
88
# Details in CONTRIBUTING.md
9-
__version__ = "0.4.1"
9+
__version__ = "0.5.0"
1010

1111

1212
def get_module_version() -> str:

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 = 0.4.1
2+
current_version = 0.5.0
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
@@ -108,6 +108,6 @@
108108
},
109109
# Do not edit this string manually, always use bumpversion
110110
# Details in CONTRIBUTING.rst
111-
version="0.4.1",
111+
version="0.5.0",
112112
zip_safe=False,
113113
)

0 commit comments

Comments
 (0)