Skip to content

Commit

Permalink
Bump version: 9.0.1 → 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Feb 5, 2018
1 parent 83be388 commit 7f1e2fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytube/__init__.py
Expand Up @@ -9,7 +9,7 @@
"""
__title__ = 'pytube'
__version__ = '9.0.1'
__version__ = '9.0.2'
__author__ = 'Nick Ficano'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2017 Nick Ficano'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 9.0.1
current_version = 9.0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

setup(
name='pytube',
version='9.0.1',
version='9.0.2',
author='Nick Ficano',
author_email='nficano@gmail.com',
packages=['pytube'],
Expand Down

0 comments on commit 7f1e2fb

Please sign in to comment.