Skip to content

Commit

Permalink
v4.2.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 authored Jun 22, 2021
1 parent 00248b1 commit 6b1f04a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cellprofiler_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.1.3"
__version__ = "4.2.0"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

project = "CellProfiler-core"

release = "4.1.3"
release = "4.2.0"

templates_path = ["_templates"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ filterwarnings =
ignore::DeprecationWarning
ignore::FutureWarning
minversion =
4.1.3
4.2.0
testpaths =
./tests/
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"numpy>=1.18.2",
"prokaryote==2.4.2",
"psutil>=5.7.0",
"python-bioformats==4.0.4",
"python-bioformats==4.0.5",
"python-javabridge==4.0.3",
"pyzmq==18.0.1",
"scikit-image>=0.16.2",
Expand All @@ -41,6 +41,6 @@
packages=setuptools.find_packages(exclude=["tests"]),
python_requires=">=3.8",
url="https://github.com/CellProfiler/core",
version="4.1.3",
version="4.2.0",
zip_safe=False,
)

0 comments on commit 6b1f04a

Please sign in to comment.