diff --git a/docs/conf.py b/docs/conf.py index 31552c8d..1cb9dd18 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'David HERNANDEZ' # The full version, including alpha/beta/rc tags -release = '0.4.9' +release = '0.4.10' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6347b422..6cc76fda 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.4.9', # Required + version='0.4.10', # Required description='An Energy Management System for Home Assistant', # Optional long_description=long_description, # Optional long_description_content_type='text/markdown', # Optional (see note above)