From b9ec100f935d7df5115b3e17428556f2e699f427 Mon Sep 17 00:00:00 2001 From: Aadil Latif Date: Tue, 16 Jun 2026 15:30:48 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76a228fc..d2573023 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "NREL-pydss" -version = "3.1.9" +version = "3.1.10" description = "A high-level python interface for OpenDSS" readme = "README.md" license = "BSD-3-Clause"