Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
just increased version to fix pypi upload problem
  • Loading branch information
Itz-fork authored Aug 4, 2021
1 parent c0dace5 commit fdd3f39
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 @@ -13,14 +13,14 @@


setup(name='PyYtX',
version='0.2',
version='0.3',
description='A Simple Python Program to Get Best Possible Thumbnail Urls From a Youtube Video Link',
url='https://github.com/Itz-fork/PyYtX',
author='Itz-fork',
author_email='itz-fork@users.noreply.github.com',
license='MIT',
packages=find_packages(),
download_url="https://github.com/Itz-fork/PyYtX/archive/refs/tags/v0.2.tar.gz",
download_url="https://github.com/Itz-fork/PyYtX/archive/refs/tags/v0.3.tar.gz",
keywords=['python', 'youtube', 'PyYtX'],
install_requires=reques,
classifiers=[
Expand Down

0 comments on commit fdd3f39

Please sign in to comment.