diff --git a/Makefile b/Makefile index dc8371f..7e973b0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -__VERSION__ = "0.7.36" +__VERSION__ = "0.7.37" clean: rm -rf pyeasee.egg-info dist build diff --git a/pyeasee/easee.py b/pyeasee/easee.py index 77a610e..1f59da5 100644 --- a/pyeasee/easee.py +++ b/pyeasee/easee.py @@ -20,7 +20,7 @@ from .site import Site, SiteState from .utils import convert_stream_data -__VERSION__ = "0.7.36" +__VERSION__ = "0.7.37" _LOGGER = logging.getLogger(__name__) diff --git a/setup.cfg b/setup.cfg index ca84dbc..dbf4287 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.36 +current_version = 0.7.37 [flake8] max-line-length = 120 diff --git a/setup.py b/setup.py index 8c2d4be..3ac9a84 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # This call to setup() does all the work setup( name="pyeasee", - version="0.7.36", + version="0.7.37", description="Easee EV charger API library", long_description=open("README.md").read(), long_description_content_type="text/markdown",