From 47c7f0fa5ce13764c029892499427c63183825e2 Mon Sep 17 00:00:00 2001 From: Kyria Date: Thu, 17 Aug 2017 12:25:34 +0000 Subject: [PATCH] set version to 0.1.8 --- esipy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esipy/__init__.py b/esipy/__init__.py index e37294b..f5a2dc2 100644 --- a/esipy/__init__.py +++ b/esipy/__init__.py @@ -9,4 +9,4 @@ # Not installed or in install (not yet installed) so ignore pass -__version__ = '0.1.7' +__version__ = '0.1.8'