We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7545f81 commit f55dad0Copy full SHA for f55dad0
3 files changed
cellprofiler_core/__init__.py
@@ -1 +1 @@
1
-__version__ = "4.0.3"
+__version__ = "4.0.4"
docs/conf.py
@@ -12,6 +12,6 @@
12
13
project = "CellProfiler-core"
14
15
-release = "4.0.3"
+release = "4.0.4"
16
17
templates_path = ["_templates"]
setup.py
@@ -41,6 +41,6 @@
41
packages=setuptools.find_packages(exclude=["tests"]),
42
python_requires=">=3.8, <4",
43
url="https://github.com/CellProfiler/core",
44
- version="4.0.3",
+ version="4.0.4",
45
zip_safe=False,
46
)
0 commit comments