From 91b18c3c4e82fc632966914a7e804ba9329b4767 Mon Sep 17 00:00:00 2001 From: Fabiana Zioti Date: Wed, 29 Nov 2023 13:28:50 -0300 Subject: [PATCH] :arrow_up: updating lccs version --- setup.py | 2 +- wlts/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 801e8e9..b998603 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ 'pandas>=1.1', 'geopandas>=0.8.2', 'plotly==5.5.0', - 'lccs @ git+https://github.com/brazil-data-cube/lccs.py@v0.8.1', + 'lccs @ git+https://github.com/brazil-data-cube/lccs.py@v0.8.2', ] packages = find_packages() diff --git a/wlts/version.py b/wlts/version.py index 7243734..484a628 100644 --- a/wlts/version.py +++ b/wlts/version.py @@ -23,4 +23,4 @@ """ -__version__ = '1.0.0' +__version__ = '1.0.1'