Skip to content

Commit

Permalink
bug fix component import from wrong package (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapilDuwadi authored Oct 29, 2024
1 parent 705871f commit 4cbae56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gdm/distribution/network/reducer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import uuid
from typing import Type

from docutils import Component
from infrasys import Component
import networkx as nx

from gdm.distribution.components.distribution_bus import DistributionBus
Expand Down
2 changes: 1 addition & 1 deletion src/gdm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import platform
import sys

VERSION = "1.1.0"
VERSION = "1.1.1"


def is_git_repo(dir: Path) -> bool:
Expand Down

0 comments on commit 4cbae56

Please sign in to comment.