Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit dd12ac4

Browse files
committed
🔖 Bump to v1.6.2
1 parent 38ea559 commit dd12ac4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="youtube-search-python",
8-
version="1.6.1",
8+
version="1.6.2",
99
author="Hitesh Kumar Saini",
1010
license='MIT',
1111
author_email="saini123hitesh@gmail.com",

‎youtubesearchpython/__future__/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77

88
__title__ = 'youtube-search-python'
9-
__version__ = '1.6.0'
9+
__version__ = '1.6.2'
1010
__author__ = 'alexmercerind'
1111
__license__ = 'MIT'

‎youtubesearchpython/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
__title__ = 'youtube-search-python'
9-
__version__ = '1.6.0'
9+
__version__ = '1.6.2'
1010
__author__ = 'alexmercerind'
1111
__license__ = 'MIT'
1212

0 commit comments

Comments
 (0)