Skip to content

Commit

Permalink
8.4.1 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed Nov 16, 2024
1 parent eff3bf1 commit db2f643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

VERSION=8
MINOR=4
PATCH=0
PATCH=1
EXTRAVERSION=""

NOTES="(#328 #329 #330)"
NOTES="(#331)"
BRANCH="main"

if [[ -z $PATCH ]]; then
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.4.0"
version = "8.4.1"
authors = [
{ name="Juan Bindez", email="juanbindez780@gmail.com" },
]
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.4.0"
__version__ = "8.4.1"

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

0 comments on commit db2f643

Please # to comment.