From 28c0d5cf0dc7488b86d41635e5aacd1e5c1b4b3d Mon Sep 17 00:00:00 2001 From: Vishnunarayan K I Date: Wed, 30 May 2018 17:00:34 +0530 Subject: [PATCH] 2.2 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7286692..3e0c03d 100644 --- a/setup.py +++ b/setup.py @@ -8,13 +8,13 @@ with open('README.md', 'r') as f: setup( name='anime-downloader', - version='2.1', + version='2.2', author='Vishnunarayan K.I.', author_email='vishnunarayan6105@gmail.com', description='Download your favourite anime', packages=find_packages(), url='https://github.com/vn-ki/anime-downloader', - download_url='https://github.com/vn-ki/anime-downloader/archive/2.1.tar.gz', + download_url='https://github.com/vn-ki/anime-downloader/archive/2.2.tar.gz', keywords=['anime', 'downloader', '9anime', 'download', 'kissanime'], install_requires=[ 'bs4',