From 72d4087371e9cca9c91e2acf35847210bb9301c7 Mon Sep 17 00:00:00 2001 From: Andrew Marks Date: Wed, 22 Jul 2020 10:44:16 -0400 Subject: [PATCH] Bump sharkiqpy version --- .gitattributes | 3 --- sharkiq/manifest.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index e13caa7..f61bd6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,3 @@ -# Generic stuff -* text=auto - # Source files # ============ *.py text diff=python eol=lf diff --git a/sharkiq/manifest.json b/sharkiq/manifest.json index 6258920..aa9e308 100644 --- a/sharkiq/manifest.json +++ b/sharkiq/manifest.json @@ -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"] }