From f64de23855b46bae3b4bfa03502e889c8dd65aaa Mon Sep 17 00:00:00 2001 From: JuanBindez Date: Fri, 15 Nov 2024 13:27:51 -0300 Subject: [PATCH] 8.4.0 (#328 #329 #330) --- build.sh | 6 +++--- pyproject.toml | 2 +- pytubefix/version.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 96b59db..e54ad71 100755 --- a/build.sh +++ b/build.sh @@ -2,11 +2,11 @@ VERSION=8 MINOR=4 -PATCH= -EXTRAVERSION="-rc1" +PATCH=0 +EXTRAVERSION="" NOTES="(#328 #329 #330)" -BRANCH="dev" +BRANCH="main" if [[ -z $PATCH ]]; then PATCH="" diff --git a/pyproject.toml b/pyproject.toml index 058b714..4990e5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubefix" -version = "8.4-rc1" +version = "8.4.0" authors = [ { name="Juan Bindez", email="juanbindez780@gmail.com" }, ] diff --git a/pytubefix/version.py b/pytubefix/version.py index b3adb3b..7e5fcf1 100644 --- a/pytubefix/version.py +++ b/pytubefix/version.py @@ -1,4 +1,4 @@ -__version__ = "8.4-rc1" +__version__ = "8.4.0" if __name__ == "__main__": print(__version__) \ No newline at end of file