From 04b79b3cd458049e64496adfb7d0d2045084193c Mon Sep 17 00:00:00 2001 From: Christopher Burr Date: Mon, 15 Oct 2018 23:37:49 +0100 Subject: [PATCH] Version bump --- formulate/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formulate/version.py b/formulate/version.py index 2a4c4e5..6b0c618 100644 --- a/formulate/version.py +++ b/formulate/version.py @@ -11,6 +11,6 @@ ] -__version__ = '0.0.7' +__version__ = '0.0.8' version = __version__ version_info = __version__.split('.')