From 653b30dbfccabd959e5f3311c37f0df7e48cd54b Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Sun, 30 Sep 2018 17:40:00 -0700 Subject: [PATCH] updating setup.py --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5d39332..fcc76ad 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,6 @@ -import os from setuptools import setup, find_packages -version = '0.2.1' +version = '0.3.0' install_requires = [i.strip() for i in open("requirements.txt").readlines()] tests_require = ['nose'] @@ -20,4 +19,4 @@ 'Operating System :: MacOS :: MacOS X', 'Topic :: Scientific/Engineering :: Information Analysis'], packages=find_packages(), -) + )