From c39120ee17a600981a20f00a9eb5e364b86e844f Mon Sep 17 00:00:00 2001 From: Tammie Yu Date: Wed, 29 Nov 2023 11:07:19 -0800 Subject: [PATCH] fix(init): update version --- frads/__init__.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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__)