Skip to content

Commit

Permalink
Bump version: 4.9.4 → 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Apr 11, 2023
1 parent be0488a commit 8b79b51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aicsimageio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__email__ = "[email protected], [email protected], [email protected]"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "4.9.4"
__version__ = "4.10.0"


def get_module_version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ default_context:
project_slug: "aicsimageio"
project_short_description: "Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Pure Python"
pypi_username: "aicspypi"
version: "4.9.4"
version: "4.10.0"
open_source_license: "BSD license"
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 = 4.9.4
current_version = 4.10.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 @@ -169,6 +169,6 @@ def run(self):
url="https://github.com/AllenCellModeling/aicsimageio",
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
version="4.9.4",
version="4.10.0",
zip_safe=False,
)

0 comments on commit 8b79b51

Please sign in to comment.