Skip to content

Commit 48e7b91

Browse files
authored
4.1.0 (#67)
* 4.1.0 * bump python-bioformats and python-javabridge * Update setup.py
1 parent 5129607 commit 48e7b91

3 files changed

Lines changed: 6 additions & 6 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.7"
1+
__version__ = "4.1.0"

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

1717
templates_path = ["_templates"]

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"numpy>=1.18.2",
3030
"prokaryote==2.4.2",
3131
"psutil>=5.7.0",
32-
"python-bioformats==4.0.0",
33-
"python-javabridge==4.0.0",
32+
"python-bioformats==4.0.2",
33+
"python-javabridge==4.0.1",
3434
"pyzmq==18.0.1",
3535
"scikit-image>=0.16.2",
3636
"scipy>=1.4.1",
@@ -39,8 +39,8 @@
3939
name="cellprofiler-core",
4040
package_data={"cellprofiler_core": ["py.typed"]},
4141
packages=setuptools.find_packages(exclude=["tests"]),
42-
python_requires=">=3.8, <4",
42+
python_requires=">=3.8, <3.9",
4343
url="https://github.com/CellProfiler/core",
44-
version="4.0.7",
44+
version="4.1.0",
4545
zip_safe=False,
4646
)

0 commit comments

Comments
 (0)