From fd44ced53c478d272f8b294baa80826bd59ec348 Mon Sep 17 00:00:00 2001 From: Mark Ruys Date: Sun, 28 Jun 2020 20:30:48 +0200 Subject: [PATCH] Bump to 1.3.1 --- README.md | 2 +- gw2pvo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fa033b..0a5ad81 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.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: diff --git a/gw2pvo/__init__.py b/gw2pvo/__init__.py index 34933b1..ff75eff 100644 --- a/gw2pvo/__init__.py +++ b/gw2pvo/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.3.0" +__version__ = "1.3.1" __all__ = [ 'gw_api', 'gw_csv', 'pvo_api' ]