Skip to content

Commit d20696f

Browse files
committed
updated version
1 parent 42bcf18 commit d20696f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioformats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

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

27-
JAR_VERSION = '5.5.3'
27+
JAR_VERSION = '5.7.0'
2828

2929
JARS = javabridge.JARS + [os.path.realpath(os.path.join(_jars_dir, name + '.jar'))
3030
for name in ['loci_tools']]

0 commit comments

Comments
 (0)