diff --git a/setup.py b/setup.py index 5bbc2b278..9dffe2489 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.10" +VERSION = "0.11" setup( name="hass-nabucasa", @@ -30,7 +30,7 @@ packages=["hass_nabucasa"], install_requires=[ "warrant==0.6.1", - "snitun==0.17", + "snitun==0.18", "acme==0.32.0", "cryptography>=2.5", "attrs>=18.2.0",