diff --git a/pyeasee/easee.py b/pyeasee/easee.py index cca3326..75dd228 100644 --- a/pyeasee/easee.py +++ b/pyeasee/easee.py @@ -23,7 +23,7 @@ from .site import Site, SiteState from .utils import convert_stream_data -__VERSION__ = "0.8.5" +__VERSION__ = "0.8.6" _LOGGER = logging.getLogger(__name__) diff --git a/setup.cfg b/setup.cfg index 6de87c7..6ef8d5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.5 +current_version = 0.8.6 [flake8] max-line-length = 120 diff --git a/setup.py b/setup.py index 15480db..cbb702a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # This call to setup() does all the work setup( name="pyeasee", - version="0.8.5", + version="0.8.6", description="Easee EV charger API library", long_description=open("README.md").read(), long_description_content_type="text/markdown",