File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- /youtube_python.egg-info
1+ .idea
2+ .DS_Store
3+ /youtube_python.egg-info
4+ /dist
Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: youtube-python
3- Version: 1.0.12
3+ Version: 1.0.13
44Summary: Python Youtube Data API v3
55Home-page: https://github.com/rohitkhatri/youtube-python
66Author: Rohit Khatri
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'youtube-python' ,
13- version = '1.0.12 ' ,
13+ version = '1.0.13 ' ,
1414 description = 'Python Youtube Data API v3' ,
1515 long_description = long_description ,
1616 url = 'https://github.com/rohitkhatri/youtube-python' ,
Original file line number Diff line number Diff line change 1- __version__ = '1.0.12 '
1+ __version__ = '1.0.13 '
22__author__ = 'Rohit Khatri'
33__license__ = 'MIT'
44
You can’t perform that action at this time.
0 commit comments