Skip to content

Commit e3c3f31

Browse files
authored
Merge pull request #38 from weilixu/master
version upgrade
2 parents c371c8e + b43cb26 commit e3c3f31

File tree

3 files changed

+25
-22
lines changed

3 files changed

+25
-22
lines changed

Diff for: .idea/workspace.xml

+23-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: BuildSimHubAPI/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 3, 0)
1+
version_info = (1, 4, 0)
22
__version__ = '.'.join(str(v) for v in version_info)

Diff for: modelingstandard/ModelCycleOne.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
roof_rvalue = [30, 40]
5454
roof_unit = "ip"
5555
window_uvalue = [2.8, 1.4]
56-
window_u_unit = "si"
56+
window_u_unit = 'si'
5757
window_shgc = [0.3, 0.5]
5858

5959
"""

0 commit comments

Comments
 (0)