Skip to content

Commit c88e68a

Browse files
Merge pull request #11 from MatildaAslin/update_interop_dep
Use interop>=1.1.5 for iSeq support
2 parents 4278941 + 4ef1803 commit c88e68a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projman_filler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Johan Dahlberg"""
66
__email__ = '[email protected]'
7-
__version__ = '1.5.0'
7+
__version__ = '1.5.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
requirements = [
1414
'Click>=6.0',
1515
'xmltodict',
16-
'interop',
16+
'interop>=1.1.5',
1717
'SQLAlchemy',
1818
'pymssql',
1919
'pandas'

0 commit comments

Comments
 (0)