Skip to content

Commit fd02eba

Browse files
committed
Update version number
1 parent 0b3ff9d commit fd02eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='datasist',
11-
version='1.5.2',
11+
version='1.5.3',
1212
license='MIT',
1313
description='A Python library for easy data analysis, visualization, exploration and modeling',
1414
long_description=long_description,
@@ -17,7 +17,7 @@
1717
author_email='[email protected]',
1818
url='https://github.com/risenW/datasist',
1919
keywords=['Data Analysis', 'Feature Engineering', 'Visualization', 'project management', 'modeling', 'machine learning'],
20-
download_url='https://github.com/risenW/datasist/archive/v1.5.2.tar.gz',
20+
download_url='https://github.com/risenW/datasist/archive/v1.5.3.tar.gz',
2121
packages = find_packages(),
2222
entry_points = {
2323
'console_scripts': [

0 commit comments

Comments
 (0)