From 29b7e24aeadd8716aa4479e5ae75fc6599c0da8f Mon Sep 17 00:00:00 2001 From: JuanBindez Date: Thu, 2 Jan 2025 22:01:30 -0300 Subject: [PATCH] 8.10.0 (#388) --- LICENSE | 2 +- build.sh | 6 +++--- pyproject.toml | 2 +- pytubefix/__main__.py | 2 +- pytubefix/version.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 435ad58..93b4ca2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 - 2024 Juan Bindez +Copyright (c) 2023 - 2025 Juan Bindez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/build.sh b/build.sh index bc300c2..af52c7c 100755 --- a/build.sh +++ b/build.sh @@ -2,11 +2,11 @@ VERSION=8 MINOR=10 -PATCH= -EXTRAVERSION="-rc1" +PATCH=0 +EXTRAVERSION="" NOTES="(#388)" -BRANCH="dev" +BRANCH="main" if [[ -z $PATCH ]]; then PATCH="" diff --git a/pyproject.toml b/pyproject.toml index 63d85d0..145f4ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubefix" -version = "8.10-rc1" +version = "8.10.0" authors = [ { name="Juan Bindez", email="juanbindez780@gmail.com" }, ] diff --git a/pytubefix/__main__.py b/pytubefix/__main__.py index 65df325..be13ac3 100644 --- a/pytubefix/__main__.py +++ b/pytubefix/__main__.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 - 2024 Juan Bindez +# Copyright (c) 2023 - 2025 Juan Bindez # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/pytubefix/version.py b/pytubefix/version.py index 73016e4..31a98e4 100644 --- a/pytubefix/version.py +++ b/pytubefix/version.py @@ -1,4 +1,4 @@ -__version__ = "8.10-rc1" +__version__ = "8.10.0" if __name__ == "__main__": print(__version__) \ No newline at end of file