From 0a8529d6bd4838c2c5eb106710af34888a0e698a Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sat, 15 Jun 2024 10:57:23 +0200 Subject: [PATCH] Update const.py --- src/pyecotrend_ista/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyecotrend_ista/const.py b/src/pyecotrend_ista/const.py index 2ddc491..a8588bc 100644 --- a/src/pyecotrend_ista/const.py +++ b/src/pyecotrend_ista/const.py @@ -1,4 +1,4 @@ -VERSION = "3.2.0" +VERSION = "3.2.1" BASE_URL = "https://api.prod.eed.ista.com/" ACCOUNT_URL = BASE_URL + "account"