Ronnie Ghose
commited on
Commit
·
bb600a7
1
Parent(s):
21a23ab
Revert "Update version to 10.0.0"
Browse filesThis reverts commit 21a23aba2ac4433de109793af03f4af628d82dd8.
Oops didn't realise there's a makefile to auto update tags/etc - apologies.
- pytube/version.py +1 -1
pytube/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
|
3 |
-
__version__ = "
|
4 |
|
5 |
if __name__ == "__main__":
|
6 |
print(__version__)
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
|
3 |
+
__version__ = "9.6.4"
|
4 |
|
5 |
if __name__ == "__main__":
|
6 |
print(__version__)
|