diff --git a/frads/__init__.py b/frads/__init__.py index cf4d643..80281d0 100755 --- a/frads/__init__.py +++ b/frads/__init__.py @@ -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, @@ -95,7 +100,7 @@ XENON, ) -__version__ = "1.1.2" +__version__ = "1.1.3" logger: logging.Logger = logging.getLogger(__name__)