Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
risenW committed Apr 10, 2020
1 parent 0b3ff9d commit fd02eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name='datasist',
version='1.5.2',
version='1.5.3',
license='MIT',
description='A Python library for easy data analysis, visualization, exploration and modeling',
long_description=long_description,
Expand All @@ -17,7 +17,7 @@
author_email='risingodegua@gmail.com',
url='https://github.com/risenW/datasist',
keywords=['Data Analysis', 'Feature Engineering', 'Visualization', 'project management', 'modeling', 'machine learning'],
download_url='https://github.com/risenW/datasist/archive/v1.5.2.tar.gz',
download_url='https://github.com/risenW/datasist/archive/v1.5.3.tar.gz',
packages = find_packages(),
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit fd02eba

Please sign in to comment.