Skip to content

Commit

Permalink
Bump version: 7.0.19 → 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Jan 4, 2018
1 parent f80fb4f commit 5c6a636
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 @@ -9,7 +9,7 @@
"""
__title__ = 'pytube'
__version__ = '7.0.19'
__version__ = '8.0.0'
__author__ = 'Nick Ficano'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2017 Nick Ficano'
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
@@ -1,9 +1,9 @@
[bumpversion]
commit = True
tag = True
current_version = 7.0.19
current_version = 8.0.0
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 @@ -14,7 +14,7 @@

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

0 comments on commit 5c6a636

Please sign in to comment.