We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3e39c commit 5dc23b8Copy full SHA for 5dc23b8
setup.py
@@ -8,13 +8,13 @@
8
setup(
9
name = 'outdpik',
10
packages = ['outdpik'],
11
- version = '1.4',
+ version = '1.5',
12
license= 'GNU',
13
description = 'The fundamental toolkit for outliers search and visualization',
14
author = 'Iker Cumplido and Daniel Puente',
15
author_email = 'ikumpli@gmail.com',
16
url = 'https://github.com/DanielPuentee/outdpik',
17
- download_url = 'https://github.com/DanielPuentee/outdpik/archive/refs/tags/1.4.tar.gz',
+ download_url = 'https://github.com/DanielPuentee/outdpik/archive/refs/tags/1.5.tar.gz',
18
keywords = ['OUTLIERS', 'VISUALIZATION', 'PANDAS'],
19
long_description=long_description,
20
long_description_content_type='text/markdown',
0 commit comments