From d4784d1991f3ac1ac4bcf00161d3733660d7f551 Mon Sep 17 00:00:00 2001 From: Fumito Hamamura Date: Tue, 27 Feb 2018 22:35:30 +0900 Subject: [PATCH] DIST: Bump version back to dev --- modelx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelx/__init__.py b/modelx/__init__.py index c77d11b1..9ea121f4 100644 --- a/modelx/__init__.py +++ b/modelx/__init__.py @@ -1,5 +1,5 @@ -VERSION = (0, 0, 7) +VERSION = (0, 0, 8, 'dev') __version__ = '.'.join([str(x) for x in VERSION]) from modelx.core.api import *