diff --git a/Dockerfile b/Dockerfile index af4d5752..4e222466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim-buster +FROM python:3.9-slim-buster # switch working directory WORKDIR /app diff --git a/docs/conf.py b/docs/conf.py index 3cca24ea..98626fa7 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.5.1' +release = '0.6.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d827b9b6..c59ccf8b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.5.1', # Required + version='0.6.0', # 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)