nficano commited on
Commit
408e476
·
1 Parent(s): 168a662

bumped version

Browse files
Files changed (2) hide show
  1. pytube/__init__.py +2 -2
  2. setup.py +1 -0
pytube/__init__.py CHANGED
@@ -2,10 +2,10 @@
2
  # -*- coding: utf-8 -*-
3
  # flake8: noqa
4
  __title__ = 'pytube'
5
- __version__ = '6.1.14'
6
  __author__ = 'Nick Ficano'
7
  __license__ = 'MIT License'
8
- __copyright__ = 'Copyright 2015 Nick Ficano'
9
 
10
  from .api import YouTube
11
 
 
2
  # -*- coding: utf-8 -*-
3
  # flake8: noqa
4
  __title__ = 'pytube'
5
+ __version__ = '6.2.1'
6
  __author__ = 'Nick Ficano'
7
  __license__ = 'MIT License'
8
+ __copyright__ = 'Copyright 2017 Nick Ficano'
9
 
10
  from .api import YouTube
11
 
setup.py CHANGED
@@ -41,6 +41,7 @@ setup(
41
  "Programming Language :: Python :: 3.3",
42
  "Programming Language :: Python :: 3.4",
43
  "Programming Language :: Python :: 3.5",
 
44
  "Programming Language :: Python",
45
  "Topic :: Internet",
46
  "Topic :: Multimedia :: Video",
 
41
  "Programming Language :: Python :: 3.3",
42
  "Programming Language :: Python :: 3.4",
43
  "Programming Language :: Python :: 3.5",
44
+ "Programming Language :: Python :: 3.6",
45
  "Programming Language :: Python",
46
  "Topic :: Internet",
47
  "Topic :: Multimedia :: Video",