Skip to content

Commit e96f9a8

Browse files
bethac07gnodar01
authored andcommitted
bump 426 to 427
1 parent 1f8f892 commit e96f9a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cellprofiler_core/__init__.py

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

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.2.6"
15+
release = "4.2.7"
1616

1717
templates_path = ["_templates"]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ filterwarnings =
33
ignore::DeprecationWarning
44
ignore::FutureWarning
55
minversion =
6-
4.2.6
6+
4.2.7
77
testpaths =
88
./tests/

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",
4343
url="https://github.com/CellProfiler/core",
44-
version="4.2.6",
44+
version="4.2.7",
4545
zip_safe=False,
4646
)

0 commit comments

Comments
 (0)