Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Lidholm committed Jan 30, 2025
1 parent d691368 commit b0ebfab
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 @@ -27,7 +27,7 @@
from .throttler import Throttler
from .utils import convert_stream_data

__VERSION__ = "0.8.13"
__VERSION__ = "0.8.14"

_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.13
current_version = 0.8.14

[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.13",
version="0.8.14",
description="Easee EV charger API library",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b0ebfab

Please sign in to comment.