From 421be6b308ef3a5d2b9fd9145b39204dc516d5b4 Mon Sep 17 00:00:00 2001 From: JuanBindez Date: Wed, 25 Dec 2024 21:47:40 -0300 Subject: [PATCH] 8.8.3 (#391) --- build.sh | 4 ++-- pyproject.toml | 2 +- pytubefix/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 83a0beb..662308f 100755 --- a/build.sh +++ b/build.sh @@ -2,10 +2,10 @@ VERSION=8 MINOR=8 -PATCH=2 +PATCH=3 EXTRAVERSION="" -NOTES="(#382)" +NOTES="(#391)" BRANCH="main" if [[ -z $PATCH ]]; then diff --git a/pyproject.toml b/pyproject.toml index 4c78d06..59d82ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubefix" -version = "8.8.2" +version = "8.8.3" authors = [ { name="Juan Bindez", email="juanbindez780@gmail.com" }, ] diff --git a/pytubefix/version.py b/pytubefix/version.py index 23b5b82..366eb48 100644 --- a/pytubefix/version.py +++ b/pytubefix/version.py @@ -1,4 +1,4 @@ -__version__ = "8.8.2" +__version__ = "8.8.3" if __name__ == "__main__": print(__version__) \ No newline at end of file