Skip to content

Commit 23210db

Browse files
author
David Stirling
committed
v4.0.5
1 parent bf5b083 commit 23210db

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.4"
1+
__version__ = "4.0.5"

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.4"
15+
release = "4.0.5"
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.4",
44+
version="4.0.5",
4545
zip_safe=False,
4646
)

0 commit comments

Comments
 (0)