Skip to content

Commit c97ae8c

Browse files
authored
VERSION: 2025.7.1
1 parent 06165e6 commit c97ae8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "David Montero Loaiza"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "2025.7.0"
26+
release = "2025.7.1"
2727

2828
# -- General configuration ---------------------------------------------------
2929

eemont/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The eemont python package."""
22

3-
__version__ = "2025.7.0"
3+
__version__ = "2025.7.1"
44

55
from . import (app, dataframe, eeDictionary, eeList, extra, feature,
66
featurecollection, geometry, image, imagecollection, number)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["eemont*"]
77

88
[project]
99
name = "eemont"
10-
version = "2025.7.0"
10+
version = "2025.7.1"
1111
authors = [
1212
{name = "David Montero Loaiza", email = "dml.mont@gmail.com"},
1313
]

0 commit comments

Comments
 (0)