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

Commit 1f41c5b

Browse files
author
JacksonMaxfield
committed
Bump version: 0.2.0 → 0.3.0
1 parent 36583ab commit 1f41c5b

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.2.0"
9+
__version__ = "0.3.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.2.0
2+
current_version = 0.3.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
@@ -93,6 +93,6 @@
9393
url="https://github.com/AllenCellModeling/napari-aicsimageio",
9494
# Do not edit this string manually, always use bumpversion
9595
# Details in CONTRIBUTING.rst
96-
version="0.2.0",
96+
version="0.3.0",
9797
zip_safe=False,
9898
)

0 commit comments

Comments
 (0)