From 7da0d664342e29f7e4a20d0d23116322fb020f59 Mon Sep 17 00:00:00 2001 From: Mark Ruys Date: Sun, 5 Jul 2020 13:11:46 +0200 Subject: [PATCH] Bump release to 1.3.4; Support PyPi.org --- README.md | 2 +- gw2pvo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' ]