Skip to content

Commit 0df2d91

Browse files
authored
VERSION: 2025.7.2
1 parent 812990a commit 0df2d91

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

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

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

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

ee_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ee_extra Extensions.
33
"""
44

5-
__version__ = "2025.7.1"
5+
__version__ = "2025.7.2"
66

77
from ee_extra.Image.basic import *
88
from ee_extra.ImageCollection.core import *

pyproject.toml

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

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

0 commit comments

Comments
 (0)