From 5a791a57a70287f63962adbd624cefd7226e0ae3 Mon Sep 17 00:00:00 2001 From: davemlz Date: Sun, 21 Jan 2024 17:22:07 +0100 Subject: [PATCH] VERSION: 2024.1.0 --- cubo/__init__.py | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",