From 5101fe14fb1293f52f919afc3af013faf507f847 Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Wed, 16 May 2018 19:05:06 +0200 Subject: Fix API URL in example. --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e9cda76..647812c 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Get your UID and API key from the CDS portal at the address https://cds.climate. and write it into the configuration file, so it looks like:: $ cat ~/.cdsapirc - url: https://cds-toolbox-test.bopen.eu/api/v2 + url: https://cds.climate.copernicus.eu/api/v2 key: : verify: 0 diff --git a/setup.py b/setup.py index f4a5ac9..e48e2b1 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): return io.open(file_path, encoding='utf-8').read() -version = '0.0.4' +version = '0.0.4.post2' setuptools.setup( -- cgit v1.2.3