Skip to content

Commit

Permalink
4.2.5, bump python-bioformats
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 committed Dec 14, 2022
1 parent b7fb32b commit fec4c4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cellprofiler_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.2.4"
__version__ = "4.2.5"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

project = "CellProfiler-core"

release = "4.2.4"
release = "4.2.5"

templates_path = ["_templates"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ filterwarnings =
ignore::DeprecationWarning
ignore::FutureWarning
minversion =
4.2.4
4.2.5
testpaths =
./tests/
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"numpy>=1.18.2",
"prokaryote==2.4.4",
"psutil>=5.7.0",
"python-bioformats==4.0.6",
"python-bioformats==4.0.7",
"python-javabridge==4.0.3",
"pyzmq~=22.3",
"scikit-image==0.18.3",
Expand All @@ -41,6 +41,6 @@
packages=setuptools.find_packages(exclude=["tests"]),
python_requires=">=3.8",
url="https://github.com/CellProfiler/core",
version="4.2.4",
version="4.2.5",
zip_safe=False,
)

0 comments on commit fec4c4c

Please sign in to comment.