From d12146be32e4e77dd9ee5409c6fedaab4c0b9607 Mon Sep 17 00:00:00 2001 From: JuanBindez Date: Sun, 1 Dec 2024 00:05:19 -0300 Subject: [PATCH] 8.7.0 (#360 #363) --- 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 c7f3961..6c494ac 100755 --- a/build.sh +++ b/build.sh @@ -2,11 +2,11 @@ VERSION=8 MINOR=7 -PATCH= -EXTRAVERSION="-rc4" +PATCH=0 +EXTRAVERSION="" NOTES="(#360 #363)" -BRANCH="dev" +BRANCH="main" if [[ -z $PATCH ]]; then PATCH="" diff --git a/pyproject.toml b/pyproject.toml index fbbafa5..403f842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubefix" -version = "8.7-rc4" +version = "8.7.0" authors = [ { name="Juan Bindez", email="juanbindez780@gmail.com" }, ] diff --git a/pytubefix/version.py b/pytubefix/version.py index 7a39577..9e33b4d 100644 --- a/pytubefix/version.py +++ b/pytubefix/version.py @@ -1,4 +1,4 @@ -__version__ = "8.7-rc4" +__version__ = "8.7.0" if __name__ == "__main__": print(__version__) \ No newline at end of file