Skip to content

Commit

Permalink
Merge pull request #7 from sameeul/bump_version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
sameeul authored Sep 25, 2023
2 parents 13661c6 + 0f70979 commit a0462b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 0.0.3
current_version = 0.0.4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}


[bumpversion:file:src/napari_bfio/__init__.py]
2 changes: 1 addition & 1 deletion src/napari_bfio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

from ._reader import napari_get_reader
from ._writer import write_multiple, write_single_image
Expand Down

0 comments on commit a0462b6

Please sign in to comment.