Jose Diaz-Gonzalez commited on
Commit
77091c6
·
1 Parent(s): 0edf0aa

Release version 0.3.1

Browse files
Files changed (3) hide show
  1. CHANGES.rst +6 -1
  2. README.rst +2 -2
  3. pytube/__init__.py +1 -1
CHANGES.rst CHANGED
@@ -1,7 +1,12 @@
1
  Changelog
2
  =========
3
 
4
- 0.3.0 (2015-09-05)
 
 
 
 
 
5
  ------------------
6
 
7
  - Changed print statement to logging. [João Ricardo]
 
1
  Changelog
2
  =========
3
 
4
+ 0.3.1 (2015-09-05)
5
+ ------------------
6
+
7
+ - Fix rst violations in readme. [Jose Diaz-Gonzalez]
8
+
9
+ 0.3.0 (2015-09-06)
10
  ------------------
11
 
12
  - Changed print statement to logging. [João Ricardo]
README.rst CHANGED
@@ -33,13 +33,13 @@ Using PIP via Github
33
 
34
  .. code:: bash
35
 
36
- pip install git+git://github.com/NFicano/[email protected].0#egg=pytube
37
 
38
  Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
39
 
40
  .. code:: bash
41
 
42
- git+ssh://[email protected]/NFicano/[email protected].0#egg=pytube
43
 
44
  Manually via GIT
45
 
 
33
 
34
  .. code:: bash
35
 
36
+ pip install git+git://github.com/NFicano/[email protected].1#egg=pytube
37
 
38
  Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
39
 
40
  .. code:: bash
41
 
42
+ git+ssh://[email protected]/NFicano/[email protected].1#egg=pytube
43
 
44
  Manually via GIT
45
 
pytube/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  __title__ = 'pytube'
2
- __version__ = '0.3.0'
3
  __author__ = 'Nick Ficano'
4
  __license__ = 'MIT License'
5
  __copyright__ = 'Copyright 2015 Nick Ficano'
 
1
  __title__ = 'pytube'
2
+ __version__ = '0.3.1'
3
  __author__ = 'Nick Ficano'
4
  __license__ = 'MIT License'
5
  __copyright__ = 'Copyright 2015 Nick Ficano'