nficano commited on
Commit
f67406a
·
1 Parent(s): 5eb3c78

Bump version: 6.3.0 → 6.3.1

Browse files
Files changed (3) hide show
  1. pytube/__init__.py +1 -1
  2. setup.cfg +1 -1
  3. setup.py +1 -1
pytube/__init__.py CHANGED
@@ -2,7 +2,7 @@
2
  # -*- coding: utf-8 -*-
3
  # flake8: noqa
4
  __title__ = 'pytube'
5
- __version__ = '6.3.0'
6
  __author__ = 'Nick Ficano'
7
  __license__ = 'MIT License'
8
  __copyright__ = 'Copyright 2017 Nick Ficano'
 
2
  # -*- coding: utf-8 -*-
3
  # flake8: noqa
4
  __title__ = 'pytube'
5
+ __version__ = '6.3.1'
6
  __author__ = 'Nick Ficano'
7
  __license__ = 'MIT License'
8
  __copyright__ = 'Copyright 2017 Nick Ficano'
setup.cfg CHANGED
@@ -1,7 +1,7 @@
1
  [bumpversion]
2
  commit = True
3
  tag = True
4
- current_version = 6.3.0
5
  parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6
  serialize =
7
  {major}.{minor}.{patch}
 
1
  [bumpversion]
2
  commit = True
3
  tag = True
4
+ current_version = 6.3.1
5
  parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6
  serialize =
7
  {major}.{minor}.{patch}
setup.py CHANGED
@@ -13,7 +13,7 @@ with open('LICENSE.txt') as readme_file:
13
 
14
  setup(
15
  name="pytube",
16
- version="6.3.0",
17
  author="Nick Ficano",
18
  author_email="[email protected]",
19
  packages=['pytube'],
 
13
 
14
  setup(
15
  name="pytube",
16
+ version="6.3.1",
17
  author="Nick Ficano",
18
  author_email="[email protected]",
19
  packages=['pytube'],