Skip to content

Commit

Permalink
Bump version: 9.2.3 → 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Oct 9, 2018
1 parent 88a060c commit 66f9b99
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Pytube: a very serious Python library for downloading YouTube Videos.
"""
__title__ = 'pytube'
__version__ = '9.2.3'
__version__ = '9.3.0'
__author__ = 'Nick Ficano'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2018 Nick Ficano'
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
commit = True
tag = True
current_version = 9.2.3
current_version = 9.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

0 comments on commit 66f9b99

Please sign in to comment.