Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Lidholm committed Nov 16, 2024
1 parent 29c2ed5 commit 80ca1d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyeasee/easee.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .site import Site, SiteState
from .utils import convert_stream_data

__VERSION__ = "0.8.8"
__VERSION__ = "0.8.9"

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.8
current_version = 0.8.9

[flake8]
max-line-length = 120
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This call to setup() does all the work
setup(
name="pyeasee",
version="0.8.8",
version="0.8.9",
description="Easee EV charger API library",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 80ca1d6

Please sign in to comment.