Skip to content

Commit

Permalink
Release 1.13.1 -> tests fixed and refactored #28 -> Added filter for …
Browse files Browse the repository at this point in the history
…dubbed streams #31
  • Loading branch information
JuanBindez committed Jan 10, 2024
1 parent 4be08a2 commit 59885ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ ys.download(mp3=True) # pass the parameter mp3=True to save in .mp3

```python

from pytubefix import YouTube
from pytubefix import Playlist
from pytubefix.cli import on_progress

Expand Down
4 changes: 2 additions & 2 deletions push.Makeline
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git add .
git commit -m '1.12.0 -> Added getting channel playlists #25'
git push -u origin main
git commit -m 'Release 1.13.1 -> tests fixed and refactored #28 -> Added filter for dubbed streams #31 '
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.12.0"
version = "1.13.1"
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.12.0"
__version__ = "1.13.1"

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

0 comments on commit 59885ef

Please sign in to comment.