Skip to content

Commit

Permalink
Pypi package version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkhatri committed Feb 16, 2019
1 parent fbda0ea commit 4e9558b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/youtube_python.egg-info
.idea
.DS_Store
/youtube_python.egg-info
/dist
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: youtube-python
Version: 1.0.12
Version: 1.0.13
Summary: Python Youtube Data API v3
Home-page: https://github.com/rohitkhatri/youtube-python
Author: Rohit Khatri
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='youtube-python',
version='1.0.12',
version='1.0.13',
description='Python Youtube Data API v3',
long_description=long_description,
url='https://github.com/rohitkhatri/youtube-python',
Expand Down
2 changes: 1 addition & 1 deletion youtube/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.12'
__version__ = '1.0.13'
__author__ = 'Rohit Khatri'
__license__ = 'MIT'

Expand Down

0 comments on commit 4e9558b

Please sign in to comment.