diff --git a/pytube/__init__.py b/pytube/__init__.py index 45bead808..e4f10768f 100644 --- a/pytube/__init__.py +++ b/pytube/__init__.py @@ -9,7 +9,7 @@ """ __title__ = 'pytube' -__version__ = '9.0.2' +__version__ = '9.0.3' __author__ = 'Nick Ficano' __license__ = 'MIT License' __copyright__ = 'Copyright 2017 Nick Ficano' diff --git a/setup.cfg b/setup.cfg index 8f0a4276c..9ddb8eee5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 9.0.2 +current_version = 9.0.3 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? serialize = {major}.{minor}.{patch} diff --git a/setup.py b/setup.py index cc7827d1e..cf594d1b6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='pytube', - version='9.0.2', + version='9.0.3', author='Nick Ficano', author_email='nficano@gmail.com', packages=['pytube'],