Skip to content

Commit a9080a9

Browse files
committed
update version
1 parent 9ab060c commit a9080a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esda/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.3.6"
1+
__version__ = "2.4.0"
22
"""
33
:mod:`esda` --- Exploratory Spatial Data Analysis
44
=================================================
@@ -26,5 +26,5 @@
2626
Moran_Local_Rate,
2727
)
2828
from .smaup import Smaup
29-
from .silhouettes import (path_silhouette, boundary_silhouette)
29+
from .silhouettes import path_silhouette, boundary_silhouette
3030
from .util import fdr

0 commit comments

Comments
 (0)