diff --git a/cubo/__init__.py b/cubo/__init__.py index 397e436..4bb0d3a 100644 --- a/cubo/__init__.py +++ b/cubo/__init__.py @@ -1,6 +1,6 @@ -"""cubo - Easily create EO mini cubes from STAC in Python""" +"""cubo - On-Demand Earth System Data Cubes in Python""" -__version__ = "2023.7.2" +__version__ = "2024.1.0" __author__ = "David Montero Loaiza " __all__ = [] diff --git a/docs/conf.py b/docs/conf.py index ba874e6..b7a834b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "David Montero Loaiza" # The full version, including alpha/beta/rc tags -release = "2023.7.2" +release = "2024.1.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7b9274a..d643549 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(filename): setup( name="cubo", - version="2023.7.2", + version="2024.1.0", url="https://github.com/davemlz/cubo", license="MIT", author="David Montero Loaiza",