Skip to content

Commit

Permalink
Merge branch 'release/0.2.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wene37 committed Mar 3, 2023
2 parents abb59bc + fa4caae commit ed5fc72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests >= 2.27.1
weconnect[Images] >= 0.48.0
weconnect[Images] >= 0.54.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="WeConnect-SolarManager",
version="0.2.1",
version="0.2.2",
description="With WeConnect-SolarManager you can automatically charge your Volkswagen ID car (e.g. ID.4) with solar electricity, even if your wallbox does not support this.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -26,7 +26,7 @@
python_requires=">=3.7, <4",
install_requires=[
'requests >= 2.27.1',
'weconnect[Images] >= 0.48.0'
'weconnect[Images] >= 0.54.2'
],
project_urls={
"Bug Reports": "https://github.com/wene37/WeConnect-SolarManager/issues",
Expand Down

0 comments on commit ed5fc72

Please sign in to comment.