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

Commit c498599

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent cf8b2f9 commit c498599

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

actk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = "jacksonb@alleninstitute.org"
77
# Do not edit this string manually, always use bumpversion
88
# Details in CONTRIBUTING.md
9-
__version__ = "0.2.1"
9+
__version__ = "0.2.2"
1010

1111

1212
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.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"bumpversion>=0.6.0",
3030
"coverage>=5.1",
3131
"ipython>=7.15.0",
32-
"m2r>=0.2.1",
32+
"m2r>=0.2.2",
3333
"Sphinx>=2.0.0b1,<3",
3434
"sphinx_rtd_theme>=0.4.3",
3535
"tox>=3.15.2",
@@ -51,7 +51,7 @@
5151
requirements = [
5252
*step_workflow_requirements,
5353
# project requires
54-
"aicsfeature>=0.2.1",
54+
"aicsfeature>=0.2.2",
5555
"aicsimageio>=3.2.3",
5656
"aicsimageprocessing>=0.7.4",
5757
"matplotlib>=3.2.0",
@@ -104,6 +104,6 @@
104104
url="https://github.com/AllenCellModeling/actk",
105105
# Do not edit this string manually, always use bumpversion
106106
# Details in CONTRIBUTING.rst
107-
version="0.2.1",
107+
version="0.2.2",
108108
zip_safe=False,
109109
)

0 commit comments

Comments
 (0)