diff --git a/build.sh b/build.sh index cc7a30b..6d4d25b 100755 --- a/build.sh +++ b/build.sh @@ -1,9 +1,9 @@ #!/bin/bash git add . -git commit -m 'Pytubefix 6.13.0 (#190)' +git commit -m 'Pytubefix 6.13.1 (#202)' git push -u origin main -git tag v6.13.0 +git tag v6.13.1 git push --tag make clean make upload \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0210ac0..7a42a2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubefix" -version = "6.13.0" +version = "6.13.1" authors = [ { name="Juan Bindez", email="juanbindez780@gmail.com" }, ] diff --git a/pytubefix/__main__.py b/pytubefix/__main__.py index e7fff21..17e2760 100644 --- a/pytubefix/__main__.py +++ b/pytubefix/__main__.py @@ -89,7 +89,7 @@ def __init__( (Optional) Path to the file where the OAuth tokens will be stored. Defaults to None, which means the tokens will be stored in the pytubefix/__cache__ directory. :param Callable oauth_verifier: - (optional) Verifier to be used for getting outh tokens. + (optional) Verifier to be used for getting oauth tokens. Verification URL and User-Code will be passed to it respectively. (if passed, else default verifier will be used) """ diff --git a/pytubefix/version.py b/pytubefix/version.py index 4ae01e4..87fa33a 100644 --- a/pytubefix/version.py +++ b/pytubefix/version.py @@ -1,4 +1,4 @@ -__version__ = "6.13.0" +__version__ = "6.13.1" if __name__ == "__main__": print(__version__) \ No newline at end of file