Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 60abb85

Browse files
committed
Bump version: 0.2.3 → 0.2.4
1 parent 05e6645 commit 60abb85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

aics_dask_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__email__ = "[email protected]"
99
# Do not edit this string manually, always use bumpversion
1010
# Details in CONTRIBUTING.md
11-
__version__ = "0.2.3"
11+
__version__ = "0.2.4"
1212

1313

1414
def get_module_version():

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.3
2+
current_version = 0.2.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"coverage>=5.0a4",
2828
"flake8>=3.7.7",
2929
"ipython>=7.5.0",
30-
"m2r>=0.2.3",
30+
"m2r>=0.2.4",
3131
"pytest>=4.3.0",
3232
"pytest-cov==2.6.1",
3333
"pytest-raises>=0.10",
@@ -103,6 +103,6 @@
103103
url="https://github.com/AllenCellModeling/aics_dask_utils",
104104
# Do not edit this string manually, always use bumpversion
105105
# Details in CONTRIBUTING.rst
106-
version="0.2.3",
106+
version="0.2.4",
107107
zip_safe=False,
108108
)

0 commit comments

Comments
 (0)