Skip to content

Commit f3d1cd6

Browse files
authored
Merge pull request #89 from matrulda/issue-88_update_interop_req
Update interop requirement and bump version
2 parents 40901e5 + b68d403 commit f3d1cd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

checkQC/__init__.py

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

2-
__version__ = "3.6.0"
2+
__version__ = "3.6.1"

requirements/prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
click==6.7
22
PyYAML==3.12
3-
interop>=1.1.5
3+
interop>=1.1.10
44
xmltodict==0.11.0
55
sample_sheet

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
install_requires=[
1515
"click",
1616
"PyYAML>=3.12",
17-
"interop>=1.1.5",
17+
"interop>=1.1.10",
1818
"xmltodict",
1919
"tornado",
2020
"sample_sheet"],

0 commit comments

Comments
 (0)