From f7a74d957a4e76aea61f817a09949a6aa8dbba25 Mon Sep 17 00:00:00 2001 From: juan Date: Tue, 6 Aug 2024 21:37:23 -0300 Subject: [PATCH] Pytubefix 6.9.2 (#159) --- 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 ee57d00..ee0006f 100755 --- a/build.sh +++ b/build.sh @@ -1,9 +1,9 @@ #!/bin/bash git add . -git commit -m 'Pytubefix 6.9.1 (#151 #152)' +git commit -m 'Pytubefix 6.9.2 (#159)' git push -u origin main -git tag v6.9.1 +git tag v6.9.2 git push --tag make clean make upload \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a002a6b..ae2b7b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubefix" -version = "6.9.1" +version = "6.9.2" authors = [ { name="Juan Bindez", email="juanbindez780@gmail.com" }, ] diff --git a/pytubefix/version.py b/pytubefix/version.py index 28961d1..7adda3f 100644 --- a/pytubefix/version.py +++ b/pytubefix/version.py @@ -1,4 +1,4 @@ -__version__ = "6.9.1" +__version__ = "6.9.2" if __name__ == "__main__": print(__version__) \ No newline at end of file