Skip to content

Commit fe762cf

Browse files
committed
Revert back to v0.31.0
1 parent 7df5727 commit fe762cf

File tree

2 files changed

+3
-3
lines changed

2 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.32.0"
5+
__version__ = "0.31.0"
66

77
import os
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "geemap"
3-
version = "0.32.0"
3+
version = "0.31.0"
44
dynamic = [
55
"dependencies",
66
]
@@ -110,7 +110,7 @@ universal = true
110110

111111

112112
[tool.bumpversion]
113-
current_version = "0.32.0"
113+
current_version = "0.31.0"
114114
commit = true
115115
tag = true
116116

0 commit comments

Comments
 (0)