diff --git a/README.md b/README.md index be9953e..909d303 100644 --- a/README.md +++ b/README.md @@ -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.3/gw2pvo-1.3.3-py3-none-any.whl +sudo pip3 install gw2pvo==1.3.4 ``` 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: diff --git a/gw2pvo/__init__.py b/gw2pvo/__init__.py index 9e6c5e4..23e924a 100644 --- a/gw2pvo/__init__.py +++ b/gw2pvo/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.3.3" +__version__ = "1.3.4" __all__ = [ 'gw_api', 'gw_csv', 'pvo_api' ]