diff --git a/.gitignore b/.gitignore index ef81b1e..f73aa48 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.venv/ +/.idea diff --git a/custom_components/premium_bond_checker/manifest.json b/custom_components/premium_bond_checker/manifest.json index 9b3c870..2d48b51 100644 --- a/custom_components/premium_bond_checker/manifest.json +++ b/custom_components/premium_bond_checker/manifest.json @@ -6,6 +6,6 @@ "domain": "premium_bond_checker", "iot_class": "cloud_polling", "name": "Premium Bond Checker", - "requirements": ["premium-bond-checker==0.4.0"], + "requirements": ["premium-bond-checker==0.4.1"], "version": "0.1.0" } diff --git a/requirements-dev.txt b/requirements-dev.txt index de7b3d7..6a32dd6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pytest-cov pytest-homeassistant-custom-component pytest-asyncio # From manifest -premium-bond-checker==0.4.0 +premium-bond-checker==0.4.1