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

Commit dd26dd3

Browse files
author
JacksonMaxfield
committed
Bump version: 0.1.3 → 0.2.0
1 parent e2b3fff commit dd26dd3

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.1.3"
9+
__version__ = "0.2.0"
1010

1111

1212
def get_module_version():

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.1.3
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
url="https://github.com/AllenCellModeling/napari-aicsimageio",
9797
# Do not edit this string manually, always use bumpversion
9898
# Details in CONTRIBUTING.rst
99-
version="0.1.3",
99+
version="0.2.0",
100100
zip_safe=False,
101101
)

0 commit comments

Comments
 (0)