diff --git a/build.sh b/build.sh index cde85a7..c9473ba 100755 --- a/build.sh +++ b/build.sh @@ -2,11 +2,11 @@ VERSION=8 MINOR=2 -PATCH= -EXTRAVERSION="-rc3" +PATCH=0 +EXTRAVERSION="" NOTES="(#296 #297 #299 #302)" -BRANCH="dev" +BRANCH="main" if [[ -z $PATCH ]]; then PATCH="" diff --git a/pyproject.toml b/pyproject.toml index e818a3d..a184249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubefix" -version = "8.2-rc3" +version = "8.2.0" authors = [ { name="Juan Bindez", email="juanbindez780@gmail.com" }, ] diff --git a/pytubefix/version.py b/pytubefix/version.py index df83f8f..ce64088 100644 --- a/pytubefix/version.py +++ b/pytubefix/version.py @@ -1,4 +1,4 @@ -__version__ = "8.2-rc3" +__version__ = "8.2.0" if __name__ == "__main__": print(__version__) \ No newline at end of file