Skip to content

Commit dfe305c

Browse files
authored
Merge pull request #534 from NREL/pp/bump_rex_dep
Bump rex version
2 parents 1539e5f + 152a262 commit dfe305c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"NREL-gaps>=0.8.0,<0.9",
3535
"NREL-NRWAL>=0.0.11,<0.1",
3636
"NREL-PySAM~=6.0.1",
37-
"NREL-rex>=0.3.1,<0.4",
37+
"NREL-rex>=0.3.2,<0.4",
3838
"numpy>=2.0.2,<3",
3939
"packaging>=24.2,<25",
4040
"plotly>=6.0.1,<7",

reV/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
reV Version number
33
"""
44

5-
__version__ = "0.13.0"
5+
__version__ = "0.13.1"

0 commit comments

Comments
 (0)