hbmartin commited on
Commit
1287c6d
·
1 Parent(s): e856a54

version bump

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. 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/hbmartin/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)
 
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.1"
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__)