diff --git a/build.sh b/build.sh index 5fd3cf9..966715e 100755 --- a/build.sh +++ b/build.sh @@ -2,10 +2,10 @@ VERSION=8 MINOR=10 -PATCH=1 +PATCH=2 EXTRAVERSION="" -NOTES="(#402)" +NOTES="(#403)" BRANCH="main" if [[ -z $PATCH ]]; then diff --git a/pyproject.toml b/pyproject.toml index 5d55e44..f7ac3dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubefix" -version = "8.10.1" +version = "8.10.2" authors = [ { name="Juan Bindez", email="juanbindez780@gmail.com" }, ] diff --git a/pytubefix/version.py b/pytubefix/version.py index cbc652a..ca6181e 100644 --- a/pytubefix/version.py +++ b/pytubefix/version.py @@ -1,4 +1,4 @@ -__version__ = "8.10.1" +__version__ = "8.10.2" if __name__ == "__main__": print(__version__) \ No newline at end of file