Skip to content

Commit

Permalink
Bump version: 7.0.9 → 7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Oct 17, 2017
1 parent 1fa3ff7 commit 12268f8
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.9'
__version__ = '7.0.10'
__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.9
current_version = 7.0.10
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.9',
version='7.0.10',
author='Nick Ficano',
author_email='nficano@gmail.com',
packages=['pytube'],
Expand Down

0 comments on commit 12268f8

Please sign in to comment.