From f26d2562861dbe786d626091cf75670f66b8518d Mon Sep 17 00:00:00 2001 From: DanielPuentee Date: Tue, 25 Oct 2022 20:11:38 +0200 Subject: [PATCH] update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 541d516..258ad1b 100644 --- a/setup.py +++ b/setup.py @@ -8,13 +8,13 @@ setup( name = 'outdpik', packages = ['outdpik'], - version = '1.3', + version = '1.4', license= 'GNU', description = 'The fundamental toolkit for outliers search and visualization', author = 'Iker Cumplido and Daniel Puente', author_email = 'ikumpli@gmail.com', url = 'https://github.com/DanielPuentee/outdpik', - download_url = 'https://github.com/DanielPuentee/outdpik/archive/refs/tags/1.3.tar.gz', + download_url = 'https://github.com/DanielPuentee/outdpik/archive/refs/tags/1.4.tar.gz', keywords = ['OUTLIERS', 'VISUALIZATION', 'PANDAS'], long_description=long_description, long_description_content_type='text/markdown',