Skip to content

Commit 888ef6a

Browse files
committed
reset folium version in docs
1 parent b973229 commit 888ef6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# |version| and |release|, also used in various other places throughout the
5555
# built documents.
5656

57-
from importlib.metadata import version as get_version
57+
import folium
5858

59-
version = release = get_version("folium")
59+
version = release = folium.__version__
6060
print(f"Version: {version}")
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation

0 commit comments

Comments
 (0)