Skip to content

Commit

Permalink
fix: bump epmodel version that patches some unmapped eplus object
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Nov 21, 2023
1 parent ce32839 commit 8f2cc65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
XENON,
)

__version__ = "1.1.0"
__version__ = "1.1.1"

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]
description = "Framework for lighting and energy simulations"
dependencies = [
"epmodel>=0.4.0",
"epmodel>=0.5.0",
"numpy>=1.24.4",
"pyradiance >= 0.3.0",
"pywincalc>=3.1.0",
Expand Down

0 comments on commit 8f2cc65

Please sign in to comment.