Skip to content

Commit 5dc23b8

Browse files
committed
Final version
1 parent 1f3e39c commit 5dc23b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
setup(
99
name = 'outdpik',
1010
packages = ['outdpik'],
11-
version = '1.4',
11+
version = '1.5',
1212
license= 'GNU',
1313
description = 'The fundamental toolkit for outliers search and visualization',
1414
author = 'Iker Cumplido and Daniel Puente',
1515
author_email = 'ikumpli@gmail.com',
1616
url = 'https://github.com/DanielPuentee/outdpik',
17-
download_url = 'https://github.com/DanielPuentee/outdpik/archive/refs/tags/1.4.tar.gz',
17+
download_url = 'https://github.com/DanielPuentee/outdpik/archive/refs/tags/1.5.tar.gz',
1818
keywords = ['OUTLIERS', 'VISUALIZATION', 'PANDAS'],
1919
long_description=long_description,
2020
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)