Skip to content

Commit

Permalink
Modify setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paramt committed Jun 11, 2019
1 parent d53afc8 commit f6c6c92
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="VideoCloud",
version="1.1",
version="1.1.1",
url="https://github.com/paramt/VideoCloud",
license="MIT",
author="Param Thakkar",
Expand All @@ -18,7 +18,7 @@
install_requires=[
"setuptools",
"pillow==6.0.0",
"wordcloud==1.5.0",
"wordcloud==1.5.0",
"youtube-transcript-api==0.1.4"
],
python_requires=">= 3.6"
Expand Down

0 comments on commit f6c6c92

Please sign in to comment.