Skip to content

Commit

Permalink
fix(init): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TammieYu committed Nov 29, 2023
1 parent 5cb6ab8 commit c39120e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions frads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@
surfaces_view_factor,
)

from .methods import WorkflowConfig, TwoPhaseMethod, ThreePhaseMethod, FivePhaseMethod
from .methods import (
WorkflowConfig,
TwoPhaseMethod,
ThreePhaseMethod,
FivePhaseMethod,
)

from .sky import (
gen_perez_sky,
Expand All @@ -95,7 +100,7 @@
XENON,
)

__version__ = "1.1.2"
__version__ = "1.1.3"

logger: logging.Logger = logging.getLogger(__name__)

Expand Down

0 comments on commit c39120e

Please # to comment.