Skip to content

Commit

Permalink
Bump version: 0.6.1 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Jul 21, 2022
1 parent fc545b0 commit efee3a9
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.6.1"
__version__ = "0.7.0"


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.6.1
current_version = 0.7.0
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 @@ -108,6 +108,6 @@
},
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.rst
version="0.6.1",
version="0.7.0",
zip_safe=False,
)

0 comments on commit efee3a9

Please sign in to comment.