Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
* Increment version number
  • Loading branch information
Alfa-Q committed May 31, 2023
1 parent da7400c commit 032cc13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
setup(
name='python-nozomi',
packages=['nozomi'],
version='1.2.0',
version='2.0.0',
license='MIT',
description='Nozomi API for retrieving images, videos, gifs.',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author='Alfa_Q',
author_email='alfakyuu@gmail.com',
url='https://github.com/Alfa-Q/python-nozomi',
download_url='https://github.com/Alfa-Q/python-nozomi/archive/1.1.1.tar.gz',
download_url='https://github.com/Alfa-Q/python-nozomi/archive/2.0.0.tar.gz',
keywords=['nozomi', 'nozomi.la', 'api', 'video', 'image', 'anime'],
install_requires=[
'requests',
Expand Down

0 comments on commit 032cc13

Please sign in to comment.