Skip to content

Commit

Permalink
Bump version to 0.3.10
Browse files Browse the repository at this point in the history
	modified:   setup.py
	modified:   tesla_powerwall/__init__.py
  • Loading branch information
jrester committed Apr 30, 2021
1 parent 658e15d commit 1dc7831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="tesla_powerwall",
author="Jrester",
author_email="[email protected]",
version='0.3.9',
version='0.3.10',
description="API for Tesla Powerwall",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tesla_powerwall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
)
from .powerwall import Powerwall

VERSION = "0.3.9"
VERSION = "0.3.10"

0 comments on commit 1dc7831

Please sign in to comment.