Skip to content

Commit b4f4794

Browse files
authored
Merge pull request #147 from NREL/fix_package_issue
vesion bump
2 parents ad52cf3 + 7339d8b commit b4f4794

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "NREL-pydss"
7-
version = "3.1.2"
7+
version = "3.1.3"
88
description = "A high-level python interface for OpenDSS"
99
readme = "README.md"
1010
license = "BSD-3-Clause"

src/pydss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.1.2"
1+
__version__ = "3.1.3"
22

33
from pydss.utils.timing_utils import timer_stats_collector
44
from . import *

0 commit comments

Comments
 (0)