From 4c64e2918182150adaf7c81683a601113353e2c2 Mon Sep 17 00:00:00 2001 From: "Kanamarlapudi, Praveen(pkanamarlapudi)" Date: Fri, 2 Aug 2019 12:37:13 -0700 Subject: [PATCH] Updating version 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54b362a..8668fea 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'README.RST'), encoding='utf-8').read() -VERSION = '0.0.5' +VERSION = '0.1.0' install_requires = [ 'ipython>=1.0',