Skip to content

Commit f0bea35

Browse files
committed
Fix typo
1 parent 9ab4ed2 commit f0bea35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ search = 'version = "{current_version}"'
5151
replace = 'version = "{new_version}"'
5252

5353
[[tool.bumpversion.files]]
54-
filename = "leafmap/__init__.py"
54+
filename = "samgeo/__init__.py"
5555
search = '__version__ = "{current_version}"'
5656
replace = '__version__ = "{new_version}"'
5757

0 commit comments

Comments
 (0)