Skip to content

Commit

Permalink
fix(version): Bump the version check for OpenStudio/EnergyPlus
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Aug 6, 2023
1 parent 7a9ffe2 commit ec13b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lbt_recipes/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# These constants set the engine version compatibility across the entire
# LBT Grasshopper plugin
RADIANCE_DATE = (2021, 3, 28)
EP_VERSION = (22, 2, 0)
OS_VERSION = (3, 5, 1)
EP_VERSION = (23, 1, 0)
OS_VERSION = (3, 6, 1)
COMPATIBILITY_URL = 'https://github.com/ladybug-tools/lbt-grasshopper/wiki/' \
'1.4-Compatibility-Matrix'

Expand Down

0 comments on commit ec13b05

Please sign in to comment.