Skip to content

Commit

Permalink
Bump version: 4.13.0 → 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Oct 30, 2023
1 parent f6888f2 commit 8c097bd
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.13.0"
__version__ = "4.14.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.13.0"
version: "4.14.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.13.0
current_version = 4.14.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 @@ -172,6 +172,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.13.0",
version="4.14.0",
zip_safe=False,
)

0 comments on commit 8c097bd

Please sign in to comment.