From c052b5cb7d6a0280e46dbd2c495a1995b78e27c7 Mon Sep 17 00:00:00 2001 From: Nick Ficano Date: Mon, 5 Feb 2018 10:29:34 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=209.0.2=20=E2=86=92=209.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pytube/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'],