Skip to content

Commit

Permalink
Merge pull request #197 from Deltares/fix/GEOLIB-222-fix-v240-bugs
Browse files Browse the repository at this point in the history
Fix/geolib 222 fix v240 bugs
  • Loading branch information
wfaustmann authored Aug 16, 2024
2 parents 4c168b3 + d406df2 commit 37f60aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions geolib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
"""

__version__ = "2.4.0"

from .models import *
2 changes: 1 addition & 1 deletion geolib/models/dstability/dstability_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import matplotlib.pyplot as plt
from pydantic import DirectoryPath, FilePath
from shapely.geometry import LineString, Point, Polygon
from shapely.geometry import LineString, Polygon
from shapely.ops import polygonize
from shapely.validation import make_valid

Expand Down

0 comments on commit 37f60aa

Please sign in to comment.