Skip to content

Commit ad5df31

Browse files
committed
Update JAR to 6.5.1
1 parent ef4f118 commit ad5df31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bioformats/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

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

27-
JAR_VERSION = '5.9.0'
27+
JAR_VERSION = '6.5.1'
2828

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

0 commit comments

Comments
 (0)