From 5a252c94de20c84cfe0f9666f851c346d8fa39f5 Mon Sep 17 00:00:00 2001 From: Aadil Latif <32109280+AadilLatif@users.noreply.github.com> Date: Wed, 14 May 2025 20:08:12 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ]