Release version 6.2.2
Browse files- pytube/__init__.py +1 -1
pytube/__init__.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# -*- coding: utf-8 -*-
|
3 |
# flake8: noqa
|
4 |
__title__ = 'pytube'
|
5 |
-
__version__ = '6.2.
|
6 |
__author__ = 'Nick Ficano'
|
7 |
__license__ = 'MIT License'
|
8 |
__copyright__ = 'Copyright 2017 Nick Ficano'
|
|
|
2 |
# -*- coding: utf-8 -*-
|
3 |
# flake8: noqa
|
4 |
__title__ = 'pytube'
|
5 |
+
__version__ = '6.2.2'
|
6 |
__author__ = 'Nick Ficano'
|
7 |
__license__ = 'MIT License'
|
8 |
__copyright__ = 'Copyright 2017 Nick Ficano'
|