We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548d75b commit d24baaeCopy full SHA for d24baae
3 files changed
cellprofiler_core/__init__.py
@@ -1 +1 @@
1
-__version__ = "4.0.5"
+__version__ = "4.0.6"
docs/conf.py
@@ -12,6 +12,6 @@
12
13
project = "CellProfiler-core"
14
15
-release = "4.0.5"
+release = "4.0.6"
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.5",
+ version="4.0.6",
45
zip_safe=False,
46
)
0 commit comments