Skip to content

Commit c7a46b8

Browse files
authored
v4.2.1 (#86)
1 parent 8d790b4 commit c7a46b8

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.0"
1+
__version__ = "4.2.1"

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.0"
15+
release = "4.2.1"
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.0
6+
4.2.1
77
testpaths =
88
./tests/

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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",
@@ -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.0",
44+
version="4.2.1",
4545
zip_safe=False,
4646
)

0 commit comments

Comments
 (0)