Skip to content

Commit c1c5511

Browse files
authored
Merge pull request #26 from NREL-Distribution-Suites/AadilLatif-patch-1
Update pyproject.toml
2 parents d335b56 + 2f79d4d commit c1c5511

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "NREL-erad"
7-
version="0.1.3"
7+
version="0.1.4"
88
description = "Graph based scalable tool for computing energy resilience metrics for distribution systems."
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -117,3 +117,4 @@ docstring-code-line-length = "dynamic"
117117
[tool.ruff.lint.per-file-ignores]
118118
"__init__.py" = ["E402", "F401"]
119119
"**/{tests,docs,tools}/*" = ["E402"]
120+

0 commit comments

Comments
 (0)