Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Sep 21, 2020
1 parent 043a74f commit 64b2d46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions HPXMLtoOpenStudio/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.0</schema_version>
<name>hpxm_lto_openstudio</name>
<uid>b1543b30-9465-45ff-ba04-1d1f85e763bc</uid>
<version_id>29bdb836-0405-407f-9305-dcc62115ae78</version_id>
<version_modified>20200921T212351Z</version_modified>
<version_id>4f578adb-de9a-4abe-b97c-9b7f70651007</version_id>
<version_modified>20200921T213326Z</version_modified>
<xml_checksum>D8922A73</xml_checksum>
<class_name>HPXMLtoOpenStudio</class_name>
<display_name>HPXML to OpenStudio Translator</display_name>
Expand Down Expand Up @@ -372,12 +372,6 @@
<usage_type>resource</usage_type>
<checksum>CB76A185</checksum>
</file>
<file>
<filename>version.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>9BC2008E</checksum>
</file>
<file>
<filename>energyplus.rb</filename>
<filetype>rb</filetype>
Expand Down Expand Up @@ -581,5 +575,11 @@
<usage_type>resource</usage_type>
<checksum>4B85F5D0</checksum>
</file>
<file>
<filename>version.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>E64395AB</checksum>
</file>
</files>
</measure>
2 changes: 1 addition & 1 deletion HPXMLtoOpenStudio/resources/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

class Version
OS_HPXML_Version = '0.10.0' # Version of the OS-HPXML workflow
OS_HPXML_Version = '0.11.0' # Version of the OS-HPXML workflow
OS_Version = '3.0' # Required version of OpenStudio (can be 'X.X' or 'X.X.X')

def self.check_openstudio_version
Expand Down

0 comments on commit 64b2d46

Please sign in to comment.