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

Commit 52c9087

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent cea01a5 commit 52c9087

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-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.0"
11+
__version__ = "0.2.1"
1212

1313

1414
def get_module_version():

setup.cfg

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

@@ -27,4 +27,3 @@ test = pytest
2727

2828
[tool:pytest]
2929
collect_ignore = ['setup.py']
30-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0",
106+
version="0.2.1",
107107
zip_safe=False,
108108
)

0 commit comments

Comments
 (0)