Skip to content

Commit

Permalink
Fixed 403 Forbidden error when using ANDROID client #21 -> pytubefix…
Browse files Browse the repository at this point in the history
… 1.10.0 Released
  • Loading branch information
JuanBindez committed Dec 11, 2023
1 parent 71047fd commit e243283
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion push.Makeline
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git add .
git commit -m '1.10-rc1 Released'
git commit -m ' Fixed 403 Forbidden error when using ANDROID client #21 -> pytubefix 1.10.0 Released'
git push -u origin main
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 = "1.10-rc1"
version = "1.10.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__ = "1.10-rc1"
__version__ = "1.10.0"

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

0 comments on commit e243283

Please sign in to comment.