Skip to content

Commit

Permalink
VERSION: 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jan 21, 2024
1 parent 9e9549f commit 5a791a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cubo/__init__.py
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
__all__ = []

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a791a5

Please sign in to comment.