We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf64a0 commit 2441e99Copy full SHA for 2441e99
cellprofiler_core/__init__.py
@@ -1 +1 @@
1
-__version__ = "4.2.3"
+__version__ = "4.2.4rc1"
docs/conf.py
@@ -12,6 +12,6 @@
12
13
project = "CellProfiler-core"
14
15
-release = "4.2.3"
+release = "4.2.4rc1"
16
17
templates_path = ["_templates"]
setup.cfg
@@ -3,6 +3,6 @@ filterwarnings =
3
ignore::DeprecationWarning
4
ignore::FutureWarning
5
minversion =
6
- 4.2.3
+ 4.2.4rc1
7
testpaths =
8
./tests/
setup.py
@@ -41,6 +41,6 @@
41
packages=setuptools.find_packages(exclude=["tests"]),
42
python_requires=">=3.8",
43
url="https://github.com/CellProfiler/core",
44
- version="4.2.3",
+ version="4.2.4rc1",
45
zip_safe=False,
46
)
0 commit comments