Skip to content

Commit

Permalink
Bump version: 9.3.4 → 9.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Nov 7, 2018
1 parent cb3337b commit 3d47b63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pytube/__init__.py
Expand Up @@ -5,7 +5,7 @@
Pytube: a very serious Python library for downloading YouTube Videos.
"""
__title__ = 'pytube'
__version__ = '9.3.4'
__version__ = '9.3.5'
__author__ = 'Nick Ficano'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2018 Nick Ficano'
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
@@ -1,9 +1,9 @@
[bumpversion]
commit = True
tag = True
current_version = 9.3.4
current_version = 9.3.5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}

[metadata]
Expand All @@ -15,5 +15,6 @@ description-file = README.md

[coverage:run]
source = pytube
omit =
omit =
pytube/compat.py

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,7 +47,7 @@ def run(self):

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

0 comments on commit 3d47b63

Please sign in to comment.