Skip to content

Commit 34f0509

Browse files
committed
Bump version: 0.25.0 → 0.26.0
1 parent 3433c67 commit 34f0509

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

geemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Qiusheng Wu"""
44
__email__ = "giswqs@gmail.com"
5-
__version__ = "0.25.0"
5+
__version__ = "0.26.0"
66

77
import os
88

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.25.0
2+
current_version = 0.26.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
test_suite="tests",
9191
tests_require=test_requirements,
9292
url="https://github.com/gee-community/geemap",
93-
version="0.25.0",
93+
version="0.26.0",
9494
zip_safe=False,
9595
)

0 commit comments

Comments
 (0)