Skip to content

Commit

Permalink
Release 1.13.2 -> Fixed AttributeError when trying to get shorts and …
Browse files Browse the repository at this point in the history
…live #32
  • Loading branch information
JuanBindez committed Jan 18, 2024
1 parent a8442ae commit 728c599
Show file tree
Hide file tree
Showing 4 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 'Release 1.13.1 -> tests fixed and refactored #28 -> Added filter for dubbed streams #31 '
git commit -m 'Release 1.13.2 -> Fixed AttributeError when trying to get shorts and live #32'
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.13.1"
version = "1.13.2"
authors = [
{ name="Juan Bindez", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion pytubefix/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License
#
# Copyright (c) 2023 Juan Bindez <[email protected]>
# Copyright (c) 2023 - 2024 Juan Bindez <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
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.13.1"
__version__ = "1.13.2"

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

0 comments on commit 728c599

Please sign in to comment.