diff --git a/pyproject.toml b/pyproject.toml index 75e716b..6769dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "nrel-shift" -version = "0.4.0" +version = "0.4.1" description = "Framework for developing synthetic distribution feeder model." readme = "README.md" requires-python = ">=3.10" @@ -25,7 +25,7 @@ dependencies = [ "scikit-learn", "plotly", "geopy", - "grid-data-models~=2.0.0", + "grid-data-models~=2.0.1", "importlib-metadata", ]