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.
2 parents 62d469d + d20696f commit f2a1fbdCopy full SHA for f2a1fbd
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']]
bioformats/jars/loci_tools.jar
119 KB
setup.py
@@ -38,5 +38,5 @@
38
"bioformats"
39
],
40
url="http://github.com/CellProfiler/python-bioformats/",
41
- version="1.2.0"
+ version="1.3.0"
42
)
0 commit comments