Skip to content

Commit

Permalink
Update JAR to 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jul 17, 2020
1 parent ef4f118 commit ad5df31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bioformats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

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

JAR_VERSION = '5.9.0'
JAR_VERSION = '6.5.1'

JARS = javabridge.JARS + [os.path.realpath(os.path.join(_jars_dir, name + '.jar'))
for name in ['loci_tools']]
for name in ['bioformats_package']]
"""List of directories, jar files, and zip files that should be added
to the Java virtual machine's class path."""

Expand Down
Binary file not shown.

0 comments on commit ad5df31

Please sign in to comment.