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 f2a1fbd + f01e3f5 commit e70392dCopy full SHA for e70392d
bioformats/__init__.py
@@ -24,7 +24,7 @@
24
25
_jars_dir = os.path.join(os.path.dirname(__file__), 'jars')
26
27
-JAR_VERSION = '5.7.0'
+JAR_VERSION = '5.7.1'
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
-53.9 KB
setup.py
@@ -38,5 +38,5 @@
38
"bioformats"
39
],
40
url="http://github.com/CellProfiler/python-bioformats/",
41
- version="1.3.0"
+ version="1.3.1"
42
)
0 commit comments