Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 authored Feb 12, 2021
1 parent 8535393 commit addd882
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.1"
"python-javabridge==4.0.2"
],
license="GPL License",
long_description="""Python-bioformats is a Python wrapper for Bio-Formats, a standalone Java library for reading
Expand All @@ -39,5 +39,5 @@
"bioformats"
],
url="http://github.com/CellProfiler/python-bioformats/",
version="4.0.2"
version="4.0.3"
)

0 comments on commit addd882

Please sign in to comment.