Skip to content

Commit 5c9dfc0

Browse files
committed
4.0.0
1 parent 96cb36b commit 5c9dfc0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.0.0rc4"
1+
__version__ = "4.0.0"

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.0.0rc12"
15+
release = "4.0.0"
1616

1717
templates_path = ["_templates"]

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"centrosome==1.2.0",
2626
"docutils==0.15.2",
2727
"h5py>=2.10.0",
28-
"psutil>=5.7.0",
29-
"python-javabridge==4.0.0rc3",
3028
"matplotlib>=3.1.3",
3129
"numpy>=1.18.2",
3230
"prokaryote==2.4.2",
33-
"python-bioformats==4.0.0rc4",
31+
"psutil>=5.7.0",
32+
"python-bioformats==4.0.0",
33+
"python-javabridge==4.0.0",
3434
"pyzmq==18.0.1",
3535
"scikit-image>=0.16.2",
3636
"scipy>=1.4.1",
@@ -41,6 +41,6 @@
4141
packages=setuptools.find_packages(exclude=["tests"]),
4242
python_requires=">=3.8, <4",
4343
url="https://github.com/CellProfiler/core",
44-
version="4.0.0rc12",
44+
version="4.0.0",
4545
zip_safe=False,
4646
)

0 commit comments

Comments
 (0)