Skip to content

Commit

Permalink
Bump version: 9.4.0 → 9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed May 1, 2019
1 parent 5f4016b commit 7272754
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.4.0'
__version__ = '9.5.0'
__author__ = 'Nick Ficano'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2019 Nick Ficano'
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
@@ -1,9 +1,9 @@
[bumpversion]
commit = True
tag = True
current_version = 9.4.0
current_version = 9.5.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}

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

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

[flake8]
ignore = W605

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

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

0 comments on commit 7272754

Please sign in to comment.