Skip to content

Commit 39daa4d

Browse files
committed
Bump version: 4.12.1 → 4.13.0
1 parent c380ce0 commit 39daa4d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aicsimageio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
# Do not edit this string manually, always use bumpversion
1515
# Details in CONTRIBUTING.md
16-
__version__ = "4.12.1"
16+
__version__ = "4.13.0"
1717

1818

1919
def get_module_version() -> str:

cookiecutter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ default_context:
66
project_slug: "aicsimageio"
77
project_short_description: "Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Pure Python"
88
pypi_username: "aicspypi"
9-
version: "4.12.1"
9+
version: "4.13.0"
1010
open_source_license: "BSD license"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.12.1
2+
current_version = 4.13.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
commit = True

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ def run(self):
173173
url="https://github.com/AllenCellModeling/aicsimageio",
174174
# Do not edit this string manually, always use bumpversion
175175
# Details in CONTRIBUTING.md
176-
version="4.12.1",
176+
version="4.13.0",
177177
zip_safe=False,
178178
)

0 commit comments

Comments
 (0)