We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bcf18 commit d20696fCopy full SHA for d20696f
bioformats/__init__.py
@@ -24,7 +24,7 @@
24
25
_jars_dir = os.path.join(os.path.dirname(__file__), 'jars')
26
27
-JAR_VERSION = '5.5.3'
+JAR_VERSION = '5.7.0'
28
29
JARS = javabridge.JARS + [os.path.realpath(os.path.join(_jars_dir, name + '.jar'))
30
for name in ['loci_tools']]
0 commit comments