Richard Borcsik commited on
Commit
5fa0ac3
·
1 Parent(s): 7d6d1a7

Bump version number.

Browse files
Files changed (2) hide show
  1. pytube/__init__.py +1 -1
  2. setup.py +1 -1
pytube/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  __title__ = 'pytube'
2
- __version__ = '0.0.5'
3
  __author__ = 'Nick Ficano'
4
  __license__ = 'MIT License'
5
  __copyright__ = 'Copyright 2013 Nick Ficano'
 
1
  __title__ = 'pytube'
2
+ __version__ = '0.1.0'
3
  __author__ = 'Nick Ficano'
4
  __license__ = 'MIT License'
5
  __copyright__ = 'Copyright 2013 Nick Ficano'
setup.py CHANGED
@@ -12,7 +12,7 @@ def read(fname):
12
 
13
  setup(
14
  name="pytube",
15
- version="0.0.5",
16
  author="Nick Ficano",
17
  author_email="nficano@gmail.com",
18
  description="A simple, yet versatile package for downloading YouTube videos.",
 
12
 
13
  setup(
14
  name="pytube",
15
+ version="0.1.0",
16
  author="Nick Ficano",
17
  author_email="nficano@gmail.com",
18
  description="A simple, yet versatile package for downloading YouTube videos.",