Skip to content

Commit 4e9558b

Browse files
author
rohitkhatri
committed
Pypi package version updated
1 parent fbda0ea commit 4e9558b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
/youtube_python.egg-info
1+
.idea
2+
.DS_Store
3+
/youtube_python.egg-info
4+
/dist

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: youtube-python
3-
Version: 1.0.12
3+
Version: 1.0.13
44
Summary: Python Youtube Data API v3
55
Home-page: https://github.com/rohitkhatri/youtube-python
66
Author: Rohit Khatri

setup.py

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

1111
setup(
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',

youtube/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.0.12'
1+
__version__ = '1.0.13'
22
__author__ = 'Rohit Khatri'
33
__license__ = 'MIT'
44

0 commit comments

Comments
 (0)