Skip to content

Commit fec4c4c

Browse files
committed
4.2.5, bump python-bioformats
1 parent b7fb32b commit fec4c4c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cellprofiler_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.4"
1+
__version__ = "4.2.5"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
project = "CellProfiler-core"
1414

15-
release = "4.2.4"
15+
release = "4.2.5"
1616

1717
templates_path = ["_templates"]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ filterwarnings =
33
ignore::DeprecationWarning
44
ignore::FutureWarning
55
minversion =
6-
4.2.4
6+
4.2.5
77
testpaths =
88
./tests/

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"numpy>=1.18.2",
3030
"prokaryote==2.4.4",
3131
"psutil>=5.7.0",
32-
"python-bioformats==4.0.6",
32+
"python-bioformats==4.0.7",
3333
"python-javabridge==4.0.3",
3434
"pyzmq~=22.3",
3535
"scikit-image==0.18.3",
@@ -41,6 +41,6 @@
4141
packages=setuptools.find_packages(exclude=["tests"]),
4242
python_requires=">=3.8",
4343
url="https://github.com/CellProfiler/core",
44-
version="4.2.4",
44+
version="4.2.5",
4545
zip_safe=False,
4646
)

0 commit comments

Comments
 (0)