Skip to content

Commit

Permalink
Bump for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
fondberg committed Oct 28, 2020
1 parent ff07030 commit 2b8a219
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__VERSION__ = "0.7.26"
__VERSION__ = "0.7.27"

clean:
rm -rf pyeasee.egg-info dist build
Expand Down
2 changes: 1 addition & 1 deletion pyeasee/easee.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)
from .site import Site, SiteState

__VERSION__ = "0.7.26"
__VERSION__ = "0.7.27"

_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.7.26
current_version = 0.7.27

[flake8]
max-line-length = 120
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.7.26",
version="0.7.27",
description="Easee EV charger API library",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2b8a219

Please sign in to comment.