Skip to content

Commit e70392d

Browse files
authored
Merge pull request #88 from CellProfiler/bioformats/5.7.1
Upgrade to BioFormats 5.7.1
2 parents f2a1fbd + f01e3f5 commit e70392d

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.7.0'
27+
JAR_VERSION = '5.7.1'
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

-53.9 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.3.0"
41+
version="1.3.1"
4242
)

0 commit comments

Comments
 (0)