Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Lidholm committed Dec 27, 2020
1 parent 92d2d9f commit 6176ece
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.27"
__VERSION__ = "0.7.28"

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 @@ -19,7 +19,7 @@
from .site import Site, SiteState
from .utils import convert_stream_data

__VERSION__ = "0.7.27"
__VERSION__ = "0.7.28"

_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.27
current_version = 0.7.28

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

0 comments on commit 6176ece

Please sign in to comment.