From f6c6c92a0bff4a1682c138b3d3cbd3c25fc2e204 Mon Sep 17 00:00:00 2001 From: Param Thakkar Date: Tue, 11 Jun 2019 16:08:31 -0400 Subject: [PATCH] Modify setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d55a5d9..c17258c 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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"