Skip to content

Commit 3b5a0f3

Browse files
author
Ola Lidholm
committed
bump version
1 parent 9e51c87 commit 3b5a0f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__VERSION__ = "0.7.36"
2+
__VERSION__ = "0.7.37"
33

44
clean:
55
rm -rf pyeasee.egg-info dist build

pyeasee/easee.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .site import Site, SiteState
2121
from .utils import convert_stream_data
2222

23-
__VERSION__ = "0.7.36"
23+
__VERSION__ = "0.7.37"
2424

2525
_LOGGER = logging.getLogger(__name__)
2626

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.36
2+
current_version = 0.7.37
33

44
[flake8]
55
max-line-length = 120

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# This call to setup() does all the work
77
setup(
88
name="pyeasee",
9-
version="0.7.36",
9+
version="0.7.37",
1010
description="Easee EV charger API library",
1111
long_description=open("README.md").read(),
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)