Skip to content

Commit

Permalink
Bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ruys committed Jun 28, 2020
1 parent f84efae commit fd44ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gw2pvo is a command line tool to upload solar data from a GoodWe power inverter
You need to have Python 3 and pip installed. Then:

```shell
sudo pip3 install https://github.com/markruys/gw2pvo/releases/download/1.3.0/gw2pvo-1.3.0.tar.gz
sudo pip3 install https://github.com/markruys/gw2pvo/releases/download/1.3.1/gw2pvo-1.3.1-py3-none-any.whl
```

Next determine the Station ID from the GoodWe site as follows. Open the [Sems Portal](https://www.semsportal.com). The Plant Status will reveal the Station ID in the URL. Example:
Expand Down
2 changes: 1 addition & 1 deletion gw2pvo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.3.0"
__version__ = "1.3.1"

__all__ = [ 'gw_api', 'gw_csv', 'pvo_api' ]

0 comments on commit fd44ced

Please sign in to comment.