nficano commited on
Commit
85d30db
·
1 Parent(s): f86562b

Bump version: 6.2.2 → 6.3.0

Browse files
Files changed (3) hide show
  1. pytube/__init__.py +1 -1
  2. setup.cfg +15 -15
  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.2.2'
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.0'
6
  __author__ = 'Nick Ficano'
7
  __license__ = 'MIT License'
8
  __copyright__ = 'Copyright 2017 Nick Ficano'
setup.cfg CHANGED
@@ -1,22 +1,22 @@
1
- [metadata]
2
- description-file = README.md
3
-
4
- [nosetests]
5
- verbosity=1
6
- detailed-errors=1
7
- with-coverage=1
8
- cover-package=pytube
9
- debug=nose.loader
10
- pdb=0
11
- pdb-failures=0
12
-
13
  [bumpversion]
14
  commit = True
15
  tag = True
16
- current_version = 6.2.2
17
  parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
18
- serialize =
19
- {major}.{minor}.{patch}
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  [bumpversion:file:setup.py]
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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}
8
+
9
+ [metadata]
10
+ description-file = README.md
11
+
12
+ [nosetests]
13
+ verbosity = 1
14
+ detailed-errors = 1
15
+ with-coverage = 1
16
+ cover-package = pytube
17
+ debug = nose.loader
18
+ pdb = 0
19
+ pdb-failures = 0
20
 
21
  [bumpversion:file:setup.py]
22
 
setup.py CHANGED
@@ -13,7 +13,7 @@ with open('LICENSE.txt') as readme_file:
13
 
14
  setup(
15
  name="pytube",
16
- version="6.2.2",
17
  author="Nick Ficano",
18
  author_email="nficano@gmail.com",
19
  packages=['pytube'],
 
13
 
14
  setup(
15
  name="pytube",
16
+ version="6.3.0",
17
  author="Nick Ficano",
18
  author_email="nficano@gmail.com",
19
  packages=['pytube'],