From de3786ba8b7726797716e66e24669b706a7fbf2a Mon Sep 17 00:00:00 2001 From: Valder Gallo Date: Thu, 15 Dec 2016 07:22:34 -0200 Subject: [PATCH] new version to fix pip --- data_importer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_importer/__init__.py b/data_importer/__init__.py index 0471fd2..51f73b4 100644 --- a/data_importer/__init__.py +++ b/data_importer/__init__.py @@ -1,4 +1,4 @@ # encoding: utf-8 __doc__ = 'Data Importer' -__version__ = '3.0.1' +__version__ = '3.0.2' __author__ = 'Valder Gallo '