From 2a9b30fe204bbaf61d57d2092dd0cbb9c17e61b7 Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 19 Jun 2017 15:06:10 -0400 Subject: [PATCH] Bump version 0.3.1 --- bpeng/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpeng/__init__.py b/bpeng/__init__.py index 135b02d..d561008 100644 --- a/bpeng/__init__.py +++ b/bpeng/__init__.py @@ -4,4 +4,4 @@ BlocPower Engine library. Engineering and Financial modeling. """ -__version__ = '0.3.0' +__version__ = '0.3.1' -- GitLab