version bump
Browse files- README.md +1 -1
- pytube/version.py +1 -1
README.md
CHANGED
@@ -293,6 +293,6 @@ Treat other people with helpfulness, gratitude, and consideration! See the [Pyth
|
|
293 |
|
294 |
## GUIs and other libraries
|
295 |
* [youtube-python](https://github.com/rohitkhatri/youtube-python) - client for the YouTube data API
|
296 |
-
* [YouTubeDownload](https://github.com/
|
297 |
* [Pytube-GUI](https://github.com/GAO23/Pytube-GUI) - Simple GUI frontend for pytube3
|
298 |
* [StackOverflow questions](https://stackoverflow.com/questions/tagged/pytube)
|
|
|
293 |
|
294 |
## GUIs and other libraries
|
295 |
* [youtube-python](https://github.com/rohitkhatri/youtube-python) - client for the YouTube data API
|
296 |
+
* [YouTubeDownload](https://github.com/YouTubeDownload/YouTubeDownload) - GUI frontend for pytube3
|
297 |
* [Pytube-GUI](https://github.com/GAO23/Pytube-GUI) - Simple GUI frontend for pytube3
|
298 |
* [StackOverflow questions](https://stackoverflow.com/questions/tagged/pytube)
|
pytube/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
|
3 |
-
__version__ = "9.6.
|
4 |
|
5 |
if __name__ == "__main__":
|
6 |
print(__version__)
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
|
3 |
+
__version__ = "9.6.2"
|
4 |
|
5 |
if __name__ == "__main__":
|
6 |
print(__version__)
|