lib/openstudio/analysis/version.rb in openstudio-analysis-1.0.2 vs lib/openstudio/analysis/version.rb in openstudio-analysis-1.0.3

- old
+ new

@@ -1,7 +1,7 @@ # ******************************************************************************* -# OpenStudio(R), Copyright (c) 2008-2019, Alliance for Sustainable Energy, LLC. +# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # (1) Redistributions of source code must retain the above copyright notice, @@ -33,8 +33,8 @@ # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ******************************************************************************* module OpenStudio module Analysis - VERSION = '1.0.2'.freeze + VERSION = '1.0.3'.freeze end end