Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PuneetGrov3r authored Apr 7, 2019
1 parent 2946955 commit 0b30aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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',
Expand Down

0 comments on commit 0b30aa8

Please sign in to comment.