Skip to content

Commit

Permalink
1.12-rc1 -> Added getting channel playlists #25
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed Dec 17, 2023
1 parent b9c219b commit 764062a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 'Added get from channel shorts, thumbnail_url, last_updated, description, title and views #23 '
git commit -m '1.12-rc1 -> Added getting channel playlists #25 '
git push -u origin main
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytubefix"
version = "1.11.0"
version = "1.12-rc1"
authors = [
{ name="Juan Bindez", email="[email protected]" },
]
description = "Python 3 library for downloading YouTube Videos."
description = "Python3 library for downloading YouTube Videos."
readme = "README.md"
requires-python = ">=3.7"
license = {text = "MIT license"}
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.11.0"
__version__ = "1.12-rc1"

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

0 comments on commit 764062a

Please sign in to comment.