2.2 release

master
Vishnunarayan K I 2018-05-30 17:00:34 +05:30
parent 0c57395562
commit 28c0d5cf0d
1 changed files with 2 additions and 2 deletions

View File

@ -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',