Skip to content

Commit

Permalink
Merge pull request #88 from CellProfiler/bioformats/5.7.1
Browse files Browse the repository at this point in the history
Upgrade to BioFormats 5.7.1
  • Loading branch information
mcquin authored Sep 20, 2017
2 parents f2a1fbd + f01e3f5 commit e70392d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bioformats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

_jars_dir = os.path.join(os.path.dirname(__file__), 'jars')

JAR_VERSION = '5.7.0'
JAR_VERSION = '5.7.1'

JARS = javabridge.JARS + [os.path.realpath(os.path.join(_jars_dir, name + '.jar'))
for name in ['loci_tools']]
Expand Down
Binary file modified bioformats/jars/loci_tools.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"bioformats"
],
url="http://github.com/CellProfiler/python-bioformats/",
version="1.3.0"
version="1.3.1"
)

0 comments on commit e70392d

Please sign in to comment.