Skip to content

Commit

Permalink
8.12.0 (#408 #410 #411 #413)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed Jan 14, 2025
1 parent 06c057e commit 3b8c553
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

VERSION=8
MINOR=12
PATCH=
EXTRAVERSION="-rc2"
PATCH=0
EXTRAVERSION=""
NOTES="(#408 #410 #411 #413)"
BRANCH="dev"
BRANCH="main"

if [[ -z $PATCH ]]; then
PATCH=""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytubefix"
version = "8.12-rc2"
version = "8.12.0"
authors = [
{ name="Juan Bindez", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion pytubefix/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "8.12-rc2"
__version__ = "8.12.0"

if __name__ == "__main__":
print(__version__)

0 comments on commit 3b8c553

Please sign in to comment.