Skip to content

Commit

Permalink
Bump version: 4.9.3 → 4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Dec 6, 2022
1 parent 2716438 commit 25d561e
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__ = "evamaxfieldbrown@gmail.com, jamie.sherman@gmail.com, bowdenm@spu.edu"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "4.9.3"
__version__ = "4.9.4"


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.3"
version: "4.9.4"
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.3
current_version = 4.9.4
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 @@ -168,6 +168,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.3",
version="4.9.4",
zip_safe=False,
)

0 comments on commit 25d561e

Please sign in to comment.