Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Sep 10, 2019
1 parent b312429 commit 3961ec9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
setuptools.setup(

name='pyhelpers',
version='1.0.16',
version='1.0.17',

author='Qian Fu',
author_email='[email protected]',

description="A small toolkit of helper functions to facilitate data manipulation",
description="A small toolkit of helper functions to facilitate data manipulation.",
long_description=long_description,
long_description_content_type="text/markdown",

Expand All @@ -30,9 +30,9 @@
'python-rapidjson',
# 'pyproj',
'requests',
# 'tqdm',
'tqdm',
'xlrd',
# 'xlwt',
'xlwt',
'XlsxWriter'
],

Expand Down

0 comments on commit 3961ec9

Please sign in to comment.