From 0b30aa83b1f4875417a7c128396bfb40b4e3dd0a Mon Sep 17 00:00:00 2001 From: Puneet Grover <grover.puneet1995@gmail.com> Date: Sun, 7 Apr 2019 15:20:38 +0530 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 15d5896..83f19e1 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = 'SWMat', packages = ['SWMat'], - version = '0.1.3', + version = '0.1.4', license='Apache License 2.0', description = 'A package for making stunning graphs/charts using matplotlib in just few lines of code!', author = 'Puneet Grover', author_email = 'grover.puneet1995@gmail.com', url = 'https://github.com/PuneetGrov3r/SWMat', - download_url = 'https://github.com/PuneetGrov3r/SWMat/archive/v0.1.3-alpha.tar.gz', + download_url = 'https://github.com/PuneetGrov3r/SWMat/archive/v0.1.4-alpha.tar.gz', keywords = ['plot', 'visualization', 'data', 'big data', 'exploration', 'data exploration', 'communication', 'python', 'matplotlib', 'machine learning', 'data science'], install_requires=[ 'matplotlib',