From bbb7258e9f52db81f86095783010c9b0a1578225 Mon Sep 17 00:00:00 2001 From: Jan Pecinovsky Date: Mon, 19 Mar 2018 20:58:58 +0100 Subject: [PATCH] version bump --- opengrid/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opengrid/__about__.py b/opengrid/__about__.py index 4e24bf2..aa5d839 100644 --- a/opengrid/__about__.py +++ b/opengrid/__about__.py @@ -3,7 +3,7 @@ __title__ = 'opengrid' __summary__ = 'Open-source algorithms for data-driven building analysis and control' -__version__ = '0.5.8' +__version__ = '0.5.9' __author__ = 'Roel De Coninck and many others' __email__ = 'roeldeconinck@gmail.com' __license__ = 'Apache 2.0'