File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- __VERSION__ = "0.7.36 "
2
+ __VERSION__ = "0.7.37 "
3
3
4
4
clean :
5
5
rm -rf pyeasee.egg-info dist build
Original file line number Diff line number Diff line change 20
20
from .site import Site , SiteState
21
21
from .utils import convert_stream_data
22
22
23
- __VERSION__ = "0.7.36 "
23
+ __VERSION__ = "0.7.37 "
24
24
25
25
_LOGGER = logging .getLogger (__name__ )
26
26
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.7.36
2
+ current_version = 0.7.37
3
3
4
4
[flake8]
5
5
max-line-length = 120
Original file line number Diff line number Diff line change 6
6
# This call to setup() does all the work
7
7
setup (
8
8
name = "pyeasee" ,
9
- version = "0.7.36 " ,
9
+ version = "0.7.37 " ,
10
10
description = "Easee EV charger API library" ,
11
11
long_description = open ("README.md" ).read (),
12
12
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments