Skip to content

Commit

Permalink
Bump version: 4.5.2 → 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed Feb 22, 2022
1 parent a7e3592 commit 411669c
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__ = "jmaxfieldbrown@gmail.com, jamie.sherman@gmail.com, bowdenm@spu.edu"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "4.5.2"
__version__ = "4.6.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.5.2"
version: "4.6.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.5.2
current_version = 4.6.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 @@ -161,6 +161,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.5.2",
version="4.6.0",
zip_safe=False,
)

0 comments on commit 411669c

Please sign in to comment.