From 98ea745ab47f6f5db7e17137b8945ca797a35093 Mon Sep 17 00:00:00 2001 From: Noel Merket Date: Fri, 28 Jun 2019 15:28:23 -0600 Subject: [PATCH] bumping version to 0.12 --- buildstockbatch/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildstockbatch/__version__.py b/buildstockbatch/__version__.py index 41b39f23..38ff2a03 100644 --- a/buildstockbatch/__version__.py +++ b/buildstockbatch/__version__.py @@ -1,7 +1,7 @@ __title__ = 'buildstock-batch' __description__ = 'Executing BuildStock projects on batch infrastructure.' __url__ = 'http://github.com/NREL/buildstockbatch' -__version__ = '0.11' +__version__ = '0.12' __author__ = 'Noel Merket' __author_email__ = 'noel.merket@nrel.gov' __license__ = 'BSD-3'