Skip to content

Commit f55dad0

Browse files
author
David Stirling
committed
v4.0.4
1 parent 7545f81 commit f55dad0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cellprofiler_core/__init__.py

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

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.3"
15+
release = "4.0.4"
1616

1717
templates_path = ["_templates"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3",
44+
version="4.0.4",
4545
zip_safe=False,
4646
)

0 commit comments

Comments
 (0)