From e70718bbc7b394280c39c1fda381bcebd4c3de8d Mon Sep 17 00:00:00 2001 From: huy Date: Tue, 6 Mar 2018 18:03:43 -0800 Subject: [PATCH] force release to 1.2.4 --- graphkit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphkit/__init__.py b/graphkit/__init__.py index df8eab1c..b930a65c 100644 --- a/graphkit/__init__.py +++ b/graphkit/__init__.py @@ -2,7 +2,7 @@ # Licensed under the terms of the Apache License, Version 2.0. See the LICENSE file associated with the project for terms. __author__ = 'hnguyen' -__version__ = '1.2.2' +__version__ = '1.2.4' from .functional import operation, compose