Skip to content

Commit

Permalink
Bump version: 0.3.4 → 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed Jul 16, 2021
1 parent 882583d commit 8f298c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion napari_aicsimageio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__email__ = "[email protected]"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "0.3.4"
__version__ = "0.3.5"


def get_module_version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.3.5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
},
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.rst
version="0.3.4",
version="0.3.5",
zip_safe=False,
)

0 comments on commit 8f298c6

Please sign in to comment.