File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- __version__ = "4.2.0 "
1+ __version__ = "4.2.1 "
Original file line number Diff line number Diff line change 1212
1313project = "CellProfiler-core"
1414
15- release = "4.2.0 "
15+ release = "4.2.1 "
1616
1717templates_path = ["_templates" ]
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ filterwarnings =
33 ignore::DeprecationWarning
44 ignore::FutureWarning
55minversion =
6- 4.2.0
6+ 4.2.1
77testpaths =
88 ./tests/
Original file line number Diff line number Diff line change 2727 "h5py==3.2.1" ,
2828 "matplotlib>=3.1.3" ,
2929 "numpy>=1.18.2" ,
30- "prokaryote==2.4.2 " ,
30+ "prokaryote==2.4.4 " ,
3131 "psutil>=5.7.0" ,
3232 "python-bioformats==4.0.5" ,
3333 "python-javabridge==4.0.3" ,
4141 packages = setuptools .find_packages (exclude = ["tests" ]),
4242 python_requires = ">=3.8" ,
4343 url = "https://github.com/CellProfiler/core" ,
44- version = "4.2.0 " ,
44+ version = "4.2.1 " ,
4545 zip_safe = False ,
4646)
You can’t perform that action at this time.
0 commit comments