Bump sharkiqpy version

This commit is contained in:
Andrew Marks 2020-07-22 10:44:16 -04:00
parent 0cdb851ff2
commit 72d4087371
2 changed files with 1 additions and 4 deletions

3
.gitattributes vendored
View File

@ -1,6 +1,3 @@
# Generic stuff
* text=auto
# Source files
# ============
*.py text diff=python eol=lf

View File

@ -3,7 +3,7 @@
"name": "Shark IQ",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sharkiq",
"requirements": ["sharkiqpy==0.1.1"],
"requirements": ["sharkiqpy==0.1.2"],
"dependencies": [],
"codeowners": ["@ajmarks"]
}