Skip to content

Commit

Permalink
Bumpy to 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 committed Sep 13, 2024
1 parent 43c3dd1 commit d7433df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
install_requires=[
"boto3>=1.14.23",
"future>=0.18.2",
"python-javabridge==4.0.3"
"python-javabridge~=4.0.3"
],
license="GPL License",
long_description="""Python-bioformats is a Python wrapper for Bio-Formats, a standalone Java library for reading
Expand All @@ -42,5 +42,5 @@
"bioformats"
],
url="http://github.com/CellProfiler/python-bioformats/",
version="4.0.7"
version="4.0.8"
)

0 comments on commit d7433df

Please sign in to comment.