diff --git a/eotdl/eotdl/__init__.py b/eotdl/eotdl/__init__.py index 381bbc54..c196299e 100755 --- a/eotdl/eotdl/__init__.py +++ b/eotdl/eotdl/__init__.py @@ -1 +1 @@ -__version__ = "2024.02.08" +__version__ = "2024.02.15" diff --git a/eotdl/pyproject.toml b/eotdl/pyproject.toml index 7e0fe833..478f1af0 100755 --- a/eotdl/pyproject.toml +++ b/eotdl/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eotdl" -version = "2024.02.08" +version = "2024.02.15" description = "Earth Observation Training Data Lab" authors = ["EarthPulse "] license = "MIT"