diff --git a/setup.py b/setup.py index cc6a72b..03bca4a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="sunweg", - version="3.0.1", + version="3.0.2", author="rokam", author_email="lucas@mindello.com.br", description="A library to retrieve data from sunweg.net", diff --git a/sunweg/const.py b/sunweg/const.py index 7787fcf..b92f799 100644 --- a/sunweg/const.py +++ b/sunweg/const.py @@ -1,6 +1,6 @@ """Sunweg API constants.""" -SUNWEG_URL = "https://api.sun.weg.net/v2/" +SUNWEG_URL = "https://api.sunweg.net/v2/" """SunWEG API URL""" SUNWEG_LOGIN_PATH = "login/autenticacao" """SunWEG API login path"""