This repository was archived by the owner on Oct 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1212def get_module_version ():
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.1
2+ current_version = 0.2.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 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" ,
5151requirements = [
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" ,
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)
You can’t perform that action at this time.
0 commit comments