diff --git a/README.md b/README.md index d61068d..2b644ce 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ pytubepp "https://youtube.com/watch?v=2lAe1cqCOXo" -i Want to be part of this? Feel free to contribute...!! Pull Requests are always welcome...!! (^_^) Follow these simple steps to start building: -* Make sure to install Python, Node.js and Git before proceeding. +* Make sure to install Python, FFmpeg, Node.js and Git before proceeding. 1. Fork this repo in your github account. 2. Git clone the forked repo in your local machine. diff --git a/pyproject.toml b/pyproject.toml index bf852fe..2f87f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubepp" -version = "1.1.2" +version = "1.1.3" authors = [ { name="Subhamoy Biswas", email="hey@neosubhamoy.com" }, ]