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

Commit

Permalink
🔖 Bump to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Jan 29, 2022
1 parent 38ea559 commit dd12ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="youtube-search-python",
version="1.6.1",
version="1.6.2",
author="Hitesh Kumar Saini",
license='MIT',
author_email="saini123hitesh@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion youtubesearchpython/__future__/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@


__title__ = 'youtube-search-python'
__version__ = '1.6.0'
__version__ = '1.6.2'
__author__ = 'alexmercerind'
__license__ = 'MIT'
2 changes: 1 addition & 1 deletion youtubesearchpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


__title__ = 'youtube-search-python'
__version__ = '1.6.0'
__version__ = '1.6.2'
__author__ = 'alexmercerind'
__license__ = 'MIT'

Expand Down

0 comments on commit dd12ac4

Please sign in to comment.