Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AadilLatif committed May 29, 2024
1 parent 35d76f7 commit a954568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "NREL-pydss"
version = "3.1.6"
version = "3.1.7"
description = "A high-level python interface for OpenDSS"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/pydss/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.1.6"
__version__ = "3.1.7"

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

0 comments on commit a954568

Please sign in to comment.