Skip to content

Commit f2a1fbd

Browse files
authored
Merge pull request #87 from CellProfiler/features/bioformats-5.7.0
Updated BioFormats to 5.7.0
2 parents 62d469d + d20696f commit f2a1fbd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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']]

bioformats/jars/loci_tools.jar

119 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"bioformats"
3939
],
4040
url="http://github.com/CellProfiler/python-bioformats/",
41-
version="1.2.0"
41+
version="1.3.0"
4242
)

0 commit comments

Comments
 (0)